summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Rename the sound device drivers:tanimura2004-07-1631-42/+47
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Remove DDB. The one user of this macro has been changed to use BVDDB.marcel2004-07-101-1/+0
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-021-0/+10
* Fix uninitialized variable, that breaks the build.josef2004-06-251-2/+2
* Change the possibility to configure pcm(4) via boot/loader.confjosef2004-06-241-8/+7
* Enable pcm to read kenv variables to set default values forjosef2004-06-201-2/+11
* Second half of the dev_t cleanup.phk2004-06-172-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-165-36/+36
* Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
* Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-0117-12371/+0
* Devclass have to be shared with same 'pcm' devclass, ortakawata2004-05-311-1/+0
* Add PCI ID for via 8237.matk2004-05-261-0/+4
* Remove extraneous spaces.truckman2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-133-3/+19
* Add support CS4294sanpei2004-05-081-0/+1
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-1414-22/+17
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-1729-135/+169
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0624-44/+58
* Create a new mutex type for virtual channels. This allows us to gettruckman2004-02-284-29/+24
* Lock channels only as necessary in dsp_ioctl(), and only lock onetruckman2004-02-281-65/+173
* Device megapatch 5/6:phk2004-02-211-1/+1
* Device megapatch 4/6:phk2004-02-215-0/+10
* Fix a glitch in my last commit and revert to using selwakeupprimatk2004-02-201-1/+1
* Fix a long-standing bug where select on vchans doesn't workmatk2004-02-191-3/+13
* Add dependency to snd_via8233mr2004-01-291-0/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-288-140/+245
* Fix a panic in dsp_clone when trying to access a soundmatk2004-01-251-0/+3
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.matk2004-01-231-3/+21
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingmatk2004-01-201-2/+10
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-205-217/+95
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
* Specify the right location of the generated header.obrien2004-01-121-1/+1
* Add Audigy support.obrien2004-01-111-93/+521
* Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
* Sync with Creative's 8010.h rev 1.51.obrien2004-01-091-0/+7
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-082-2/+2
* Fix some locking violations by creating seperate mutex classesmatk2003-12-051-3/+6
* Fix a panic due to holding a lock over calls to uiomove.matk2003-11-273-30/+39
* Add ID for ALC658 CODEC.kuriyama2003-11-111-0/+1
* Fix sound LOR problems:scottl2003-11-113-108/+113
OpenPOWER on IntegriCloud