summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* add a method for recording of specific channels for devices with more thancg2001-09-056-15/+64
* don't try to dump nonexistent data when recordingcg2001-09-051-1/+1
* Return updated blocksize from setblocksize function.orion2001-09-031-1/+1
* Fix return value of cs4281chan_setblocksize.orion2001-09-031-1/+1
* Fix return value of svchan_setblocksize.orion2001-09-031-6/+18
* Fix return value of setblocksize functions. Recording is interspersedorion2001-09-032-2/+2
* tweaks to reduce latency/pauses in outputcg2001-08-292-8/+11
* Add support for the Acer Labs M5451 chip.greid2001-08-291-0/+8
* add some extra diagnostic info to sndstat output.cg2001-08-293-18/+41
* * change buffering method a bitcg2001-08-291-40/+30
* now we have the rate feeder, we don't need to constrain the default channelcg2001-08-271-1/+3
* MFS rev 1.8.2.8:cg2001-08-271-2/+22
* Add support for the SiS 7018greid2001-08-262-9/+39
* the feederchain builder is currently broken for recording channels. disablecg2001-08-231-0/+3
* handle bogus values passed to SOUND_PCM_WRITE_CHANNELS/SNDCTL_DSP_CHANNELScg2001-08-231-4/+5
* make the 4dwave nx chip workcg2001-08-231-1/+1
* MFS: make SNDCTL_DSP_SETTRIGGER workcg2001-08-232-7/+5
* MFS: allow multiple opens of mixer devicescg2001-08-231-8/+11
* many changes:cg2001-08-2340-407/+738
OpenPOWER on IntegriCloud