summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/vchan.c
Commit message (Expand)AuthorAgeFilesLines
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-4/+25
* Fix a panic when kldloading a sound driver. Do this by replacing thematk2004-01-201-2/+5
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-171-1/+1
* update my email address.cg2003-09-071-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove mono encodings from vchan format and mixer description. Fixesorion2003-02-031-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* various fixes to eliminate locking warningscg2002-11-251-9/+7
* Use semicolons at the end of function-like macros for the sake ofmarkm2002-07-151-1/+1
* make mmapped vchans workcg2001-12-231-0/+2
* many changes:cg2001-08-231-89/+8
* don't flag the playback hardchan as busy on devices with only one of them.cg2001-06-271-8/+10
* add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n wherecg2001-06-261-0/+5
* various locking fixes, rework open logic and channel registrationcg2001-06-141-1/+4
* lock sound device when adding/removing channelscg2001-06-071-10/+42
* beginnings of virtual playback channel supportcg2001-05-271-0/+383
OpenPOWER on IntegriCloud