aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-142-3/+3
* Do not call a synthesizer with a sequencer lock held.Seigo Tanimura2002-03-101-2/+12
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...Orion Hodson2002-03-041-12/+85
* Add support for VT8233.Orion Hodson2002-03-012-75/+200
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether theDag-Erling Smørgrav2002-02-241-1/+9
* Add play (but not record) support for the Sis 7012.Alfred Perlstein2002-02-191-3/+27
* Add support for the Aztech 2320 chip.Thomas Gellekum2002-02-051-0/+45
* - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-051-19/+28
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0Scott Long2002-01-272-3/+3
* * improve error handlingCameron Grant2002-01-267-42/+93
* Fix code that had rotted behind debugging macros.Scott Long2002-01-258-8/+10
* a buffer offset equal to the buffer size is illegal too, fix assertion inCameron Grant2002-01-251-1/+1
* cosmetic change, free b instead of c->bufhard for consistency withinCameron Grant2002-01-251-1/+1
* improve sndstat output of feederchains so it can be understood withoutCameron Grant2002-01-231-11/+20
* print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2Cameron Grant2002-01-231-3/+17
* fix some comments accidentally hit by search/replace several revisions agoCameron Grant2002-01-231-3/+3
* set the speeds the right way round for recording using the rate feederCameron Grant2002-01-231-4/+7
* add more error checking in chn_init() and chn_reset()Cameron Grant2002-01-231-30/+61
* make the feederchain builder work for recording. this has not been testedCameron Grant2002-01-233-19/+64
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTCameron Grant2002-01-231-1/+1
* add more error checking to open of /dev/dsp* and /dev/audio* - if theCameron Grant2002-01-231-2/+18
* don't allow mmap beyond the end of the bufferCameron Grant2002-01-231-1/+7
* Change ich_calibrate to busy wait on buffer fill level and use a moreOrion Hodson2002-01-181-40/+77
* Add the system default timer engine.Seigo Tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablesSeigo Tanimura2002-01-0412-373/+880
* - Do not uiomove with a mutex locked.Seigo Tanimura2002-01-0115-425/+387
* make mmapped vchans workCameron Grant2001-12-231-0/+2
* Fixes apparent hang at probe time due to an extremely long timeoutPierre Beyssac2001-12-211-1/+1
* fix mmapped playbackCameron Grant2001-12-211-7/+6
* Save and restore state for suspend/resume.Orion Hodson2001-12-211-4/+35
* Correct unexpected interrupt detection.Orion Hodson2001-12-191-1/+1
* Nitlets.Orion Hodson2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andOrion Hodson2001-12-191-22/+38
* Add calibration test to determine extent of AC97 overclocking (if any).Orion Hodson2001-12-181-0/+50
* Modify the critical section API as follows:John Baldwin2001-12-181-6/+5
* Added a sysctl control variable "ac97rate" to allow manual tuning ofOrion Hodson2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.Orion Hodson2001-12-171-2/+26
* Get rid of irritating (bogus) message:Guido van Rooij2001-12-101-2/+5
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-17/+17
* Fix resume for HP Omnibook 500's.Guido van Rooij2001-12-051-0/+7
* Add suspend/resume support.Mitsuru IWASAKI2001-11-241-4/+67
* Fix typo introduced with last commit.Orion Hodson2001-11-221-5/+3
* Correct extmode initialization.Orion Hodson2001-11-211-4/+6
* Emit a warning if invalid mode passed to ac97_setextmode.Orion Hodson2001-11-211-3/+6
* Set extmode according to extcaps. Fixes codec sample rate failuresOrion Hodson2001-11-211-2/+2
* Remove clkrun_hack for ThinkPad 570.Jeroen Ruigrok van der Werven2001-11-151-2/+1
* Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.Seigo Tanimura2001-11-031-1/+1
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thePeter Wemm2001-11-031-1/+5
* Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that isJohn Baldwin2001-10-241-3/+3
* Change module name from 'snd_als' to 'snd_als4000' to match name inJohn Baldwin2001-10-241-3/+3