summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* These two used sioreg.h as well. This is mildly bogus, but it is harderimp2001-10-222-2/+2
* Turn on the hardware volume buttons that are present on most laptops withscottl2001-10-141-4/+19
* use pcm_getbuffersize()orion2001-10-105-20/+39
* Update to using the pcm_getbuffersize() method.scottl2001-10-091-9/+12
* use pcm_getbuffersize()cg2001-10-081-82/+110
* use pcm_getbuffersize()cg2001-10-081-14/+22
* use pcm_getbuffersize()cg2001-10-086-26/+48
* * register the correct number of channelscg2001-10-071-3/+3
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixercg2001-10-071-10/+10
* Add another pnpid for the AWE64greid2001-09-291-0/+1
* release isa dma channels on unload.cg2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintscg2001-09-295-96/+123
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* when setting blocksize, fix blockcount to 2 to reduce latency with smallercg2001-09-181-0/+2
* make buffer size adjustable.cg2001-09-181-5/+7
* don't enable the mic record channel unless the codec supports it.cg2001-09-181-10/+17
* change tracking of channel counts.cg2001-09-182-23/+52
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetcg2001-09-182-4/+22
* add a method for retrieving codec capabilitiescg2001-09-182-0/+16
* Catch up to the last commit of KSE.tanimura2001-09-151-1/+1
* - Correctly increment the channel refcount in dsp_open() such that it isgreid2001-09-144-9/+21
* KSE Milestone 2julian2001-09-1214-84/+84
OpenPOWER on IntegriCloud