summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sndstat.c
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-081-1/+1
* update my email address.cg2003-09-071-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* various fixes to eliminate locking warningscg2002-11-251-2/+2
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-251-10/+15
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* - Correctly increment the channel refcount in dsp_open() such that it isgreid2001-09-141-0/+6
* KSE Milestone 2julian2001-09-121-2/+2
* many changes:cg2001-08-231-79/+200
* add defines and ifdefs so this code will compile on 4.xcg2001-06-231-5/+33
* use devclass_get_maxunit() correctlycg2001-06-181-1/+1
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-171-1/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-0/+240
OpenPOWER on IntegriCloud