summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether thedes2002-02-241-1/+9
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* - Do not hang if the resource allocation fails.tanimura2002-02-051-19/+28
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0scottl2002-01-272-3/+3
* * improve error handlingcg2002-01-267-42/+93
* Fix code that had rotted behind debugging macros.scottl2002-01-258-8/+10
* a buffer offset equal to the buffer size is illegal too, fix assertion incg2002-01-251-1/+1
* cosmetic change, free b instead of c->bufhard for consistency withincg2002-01-251-1/+1
* improve sndstat output of feederchains so it can be understood withoutcg2002-01-231-11/+20
* print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2cg2002-01-231-3/+17
* fix some comments accidentally hit by search/replace several revisions agocg2002-01-231-3/+3
* set the speeds the right way round for recording using the rate feedercg2002-01-231-4/+7
* add more error checking in chn_init() and chn_reset()cg2002-01-231-30/+61
* make the feederchain builder work for recording. this has not been testedcg2002-01-233-19/+64
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTcg2002-01-231-1/+1
* add more error checking to open of /dev/dsp* and /dev/audio* - if thecg2002-01-231-2/+18
* don't allow mmap beyond the end of the buffercg2002-01-231-1/+7
* Change ich_calibrate to busy wait on buffer fill level and use a moreorion2002-01-181-40/+77
* Add the system default timer engine.tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-0412-374/+881
* - Do not uiomove with a mutex locked.tanimura2002-01-0115-425/+387
* make mmapped vchans workcg2001-12-231-0/+2
* Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
* fix mmapped playbackcg2001-12-211-7/+6
* Save and restore state for suspend/resume.orion2001-12-211-4/+35
* Correct unexpected interrupt detection.orion2001-12-191-1/+1
* Nitlets.orion2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andorion2001-12-191-22/+38
* Add calibration test to determine extent of AC97 overclocking (if any).orion2001-12-181-0/+50
* Modify the critical section API as follows:jhb2001-12-181-6/+5
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Get rid of irritating (bogus) message:guido2001-12-101-2/+5
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-17/+17
* Fix resume for HP Omnibook 500's.guido2001-12-051-0/+7
* Add suspend/resume support.iwasaki2001-11-241-4/+67
* Fix typo introduced with last commit.orion2001-11-221-5/+3
* Correct extmode initialization.orion2001-11-211-4/+6
* Emit a warning if invalid mode passed to ac97_setextmode.orion2001-11-211-3/+6
* Set extmode according to extcaps. Fixes codec sample rate failuresorion2001-11-211-2/+2
* Remove clkrun_hack for ThinkPad 570.asmodai2001-11-151-2/+1
* Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.tanimura2001-11-031-1/+1
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thepeter2001-11-031-1/+5
* Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that isjhb2001-10-241-3/+3
* Change module name from 'snd_als' to 'snd_als4000' to match name injhb2001-10-241-3/+3
* Change the module name from 'via' to 'snd_via82c686' to match the KLDjhb2001-10-241-5/+3
* Change the module name from 'snd_cmipci' to 'snd_cmi' to match thejhb2001-10-241-3/+3
* fix SNDCTL_DSP_GETISPACE behaviourcg2001-10-241-3/+2
* improve recording behaviourcg2001-10-241-5/+10
OpenPOWER on IntegriCloud