summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* (hopefully) fix build breakage some people are seeingcg2002-11-264-12/+12
* various fixes to eliminate locking warningscg2002-11-259-57/+79
* Call pcm_chn_destroy() in pcm_killchan() so that channel mutexes are destroye...cognet2002-11-041-1/+7
* Fixed breakage from removing the used include of <sys/buf.h> in thebde2002-09-151-0/+3
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.phk2002-09-141-3/+2
* Marginally simplify dsp_open error handling by adding an early test toorion2002-08-281-68/+51
* Be sure to unregister from sndstat on unregister. Gets rid of phantomnsayer2002-08-241-0/+1
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.orion2002-08-232-5/+38
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Back out last commit. Needs slightly more subtle handling.orion2002-08-201-33/+35
* Apply reference counting patch. Fixes problem of two applicationsorion2002-08-181-35/+33
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-253-12/+30
* Fix the sound driver vchan support to work when hw.snd.maxautovchanskan2002-07-231-1/+2
* Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* Use semicolons at the end of function-like macros for the sake ofmarkm2002-07-152-2/+2
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-1/+2
* Try and solve some cases of labels at end of compound statements that gccpeter2002-05-192-10/+7
* makeobjops.awk is stricter on syntax than the perl version.obrien2002-05-011-1/+1
* Remove the trailing ^M's. makeobjops.awk does not like them.obrien2002-05-013-153/+147
* add a missing \n to an unregister failure messagecg2002-04-281-1/+1
* Add ac97_reset function that polls ready bits in power register. Oneorion2002-04-262-7/+22
* 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-041-1/+1
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-043-3/+3
* Change snd_mtxcreate() to accept a lock type as an extra argument that isjhb2002-04-042-4/+4
* Fixes to make select/poll mpsafe.alfred2002-03-141-1/+1
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether thedes2002-02-241-1/+9
* * improve error handlingcg2002-01-267-42/+93
* Fix code that had rotted behind debugging macros.scottl2002-01-255-5/+7
* 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
* make mmapped vchans workcg2001-12-231-0/+2
* fix mmapped playbackcg2001-12-211-7/+6
* Get rid of irritating (bogus) message:guido2001-12-101-2/+5
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-17/+17
* Emit a warning if invalid mode passed to ac97_setextmode.orion2001-11-211-3/+6
* fix SNDCTL_DSP_GETISPACE behaviourcg2001-10-241-3/+2
* improve recording behaviourcg2001-10-241-5/+10
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* 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
OpenPOWER on IntegriCloud