summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Cast another bus_addr_t to long long for a printf to quiet a warning onjhb2002-04-161-1/+2
* Recognize the AC97 interface to the onboard sound controller on the Nvidiajhb2002-04-151-0/+4
* Use bus_addr_t instead of u_int for local variables that are derived fromjhb2002-04-151-5/+5
* Remove a spurious warning as x is always initialised before use.roberto2002-04-151-1/+1
* Fix the play / record rate setting so that it actually works.jhay2002-04-141-3/+8
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichjhb2002-04-111-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-0410-20/+20
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-0410-10/+10
* Change snd_mtxcreate() to accept a lock type as an extra argument that isjhb2002-04-042-4/+4
* Include <machine/limits.h> for definition of ULONG_MAX. Remove amike2002-03-251-1/+1
* Fixes to make select/poll mpsafe.alfred2002-03-142-3/+3
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...orion2002-03-041-12/+85
* Add support for VT8233.orion2002-03-012-75/+200
* 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
OpenPOWER on IntegriCloud