summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sndstat.c
Commit message (Expand)AuthorAgeFilesLines
* Hide version string under verbose.joel2013-03-161-2/+6
* Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation whenpho2012-05-021-42/+37
* Hide from default sndstat some information not used on daily basis,mav2010-01-131-5/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-12/+9
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-15/+25
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-2/+2
* Last major commit and updates for RELENG_7:ariff2007-05-311-33/+79
* [stage: 1/9]ariff2007-03-161-34/+46
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-151-4/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-10/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-021-40/+26
* Fix module unload panic which was caused by missing sx lock release.yongari2005-09-141-1/+5
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Convert sndstat_lock from a mutex to an sx lock. sndstat_read()truckman2004-09-101-26/+29
* 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