aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add acpi attachments for the PNP devices.Nate Lawson2004-10-155-1/+5
* MFC: rev 1.46 ICH6 supportPaul Saab2004-10-071-2/+8
* MFC ich.c 1.43 - 1.45:MIHIRA Sanpei Yoshiro2004-10-021-3/+11
* MFC sys/dev/sound/isa/sb16.c 1.88Don Lewis2004-09-161-4/+2
* MFC sndstat.c 1.18Don Lewis2004-09-141-26/+29
* MFC r1.24: fix totally broken memory allocation exposed by new contigmalloc.Brian Feldman2004-08-291-21/+15
* Remove rev 1.50.David E. O'Brien2004-07-241-9/+0
* Rename the sound device drivers:Seigo Tanimura2004-07-1631-42/+47
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Remove DDB. The one user of this macro has been changed to use BVDDB.Marcel Moolenaar2004-07-101-1/+0
* s/DDB/BVDDB/gMarcel Moolenaar2004-07-101-1/+1
* Check the return value of bus_dmamem_alloc() correctly.Bruce M Simpson2004-07-041-2/+4
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-021-0/+10
* Fix uninitialized variable, that breaks the build.Josef El-Rayes2004-06-251-2/+2
* Change the possibility to configure pcm(4) via boot/loader.confJosef El-Rayes2004-06-241-8/+7
* Enable pcm to read kenv variables to set default values forJosef El-Rayes2004-06-201-2/+11
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-165-36/+36
* Improve mapping of relative to absolute volume.Josef El-Rayes2004-06-141-2/+15
* Add PCI identifier for Dell modified SBLive! cardDavid E. O'Brien2004-06-131-0/+9
* Nuke a cryptic and useless diagnostic printf().Don Lewis2004-06-071-1/+0
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledMaxime Henrion2004-06-041-28/+46
* Axe the old midi drivers and framework. matk has developed a newSeigo Tanimura2004-06-0117-12371/+0
* Devclass have to be shared with same 'pcm' devclass, orTakanori Watanabe2004-05-311-1/+0
* Add PCI ID for via 8237.Mathew Kanner2004-05-261-0/+4
* Remove extraneous spaces.Don Lewis2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowDon Lewis2004-05-133-3/+19
* Add support CS4294MIHIRA Sanpei Yoshiro2004-05-081-0/+1
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.Brian Feldman2004-04-291-1/+1
* This driver certainly works fine turning INTR_MPSAFE back on. For thoseBrian Feldman2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-1414-22/+17
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asMathew Kanner2004-03-311-1/+12
* Actually program the list of recording devices in sv_mix_setrecsrc().Marcel Moolenaar2004-03-201-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-1729-135/+169
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-0624-44/+58
* Create a new mutex type for virtual channels. This allows us to getDon Lewis2004-02-284-29/+24
* Lock channels only as necessary in dsp_ioctl(), and only lock oneDon Lewis2004-02-281-65/+173
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-215-0/+10
* Fix a glitch in my last commit and revert to using selwakeuppriMathew Kanner2004-02-201-1/+1
* Fix a long-standing bug where select on vchans doesn't workMathew Kanner2004-02-191-3/+13
* Add dependency to snd_via8233Michael Reifenberger2004-01-291-0/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call toDon Lewis2004-01-288-140/+245
* Fix a panic in dsp_clone when trying to access a soundMathew Kanner2004-01-251-0/+3
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.Mathew Kanner2004-01-231-3/+21
* Reduce latency when using the SNDCTL_DSP_RESET ioctl by callingMathew Kanner2004-01-201-2/+10
* Fix a panic when kldloading a sound driver. Do this by replacing theMathew Kanner2004-01-205-216/+94
* As previously announced: discontinue use of makedev() call in soundcode.Poul-Henning Kamp2004-01-176-56/+171
* Specify the right location of the generated header.David E. O'Brien2004-01-121-1/+1
* Add Audigy support.David E. O'Brien2004-01-111-92/+520