summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/vchan.c
Commit message (Expand)AuthorAgeFilesLines
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-699/+659
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-63/+68
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-2/+1
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Separate license from comments.joel2007-06-021-3/+2
* Last major commit and updates for RELENG_7:ariff2007-05-311-268/+362
* Enforce sample size alignment on first direct-copy channel.ariff2007-03-181-5/+9
* Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-171-1/+1
* [stage: 3.2/9]ariff2007-03-161-91/+76
* Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.ariff2007-03-151-6/+0
* Fix apparent memory leak (during vchan destruction) that was hereariff2007-02-011-0/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-131/+458
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-2/+5
* - Increase snddev refcount earlier while accessing through sysctl interfaceariff2006-03-311-27/+34
* Fix severe 8bit integer overflow during channel creation and destruction,ariff2006-03-161-6/+15
* Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appearariff2006-01-201-3/+9
* Workaround for sb16 behave poorly when running at 45000 hz whileariff2006-01-131-1/+8
* Fix vchan speed for hardware with discrete (non-continuous)ariff2005-10-181-6/+24
* - channel.hnetchild2005-09-101-138/+158
* Whats New:netchild2005-07-311-4/+190
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* 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