summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/channel.c
Commit message (Expand)AuthorAgeFilesLines
* For some more completeness add matrixes for 3.1 and 7.0 channel setups.mav2012-11-161-0/+2
* Make sound(4) more flexible in setting soft buffer and block sizes whenmav2012-01-311-25/+43
* Allow PASSTHROUGH (AC3) to have more then 2 channels.mav2012-01-251-1/+2
* Make hw.snd.vpc_0db to be also a loader tunable.mav2010-10-251-0/+1
* (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-640/+957
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-041-2/+15
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-223/+167
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-5/+3
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-3/+3
* Last major commit and updates for RELENG_7:ariff2007-05-311-35/+108
* - Don't wakeup() unnecessarily, so the behavior of dead interrupt orariff2007-04-021-8/+15
* Fix long delay closing/syncing issues on mmaped buffer.ariff2007-03-171-3/+7
* [stage: 5/9]ariff2007-03-161-197/+286
* [stage: 4/9]ariff2007-03-161-1/+1
* Don't try to workaround broken apps (if any). If this still the case,ariff2006-12-071-16/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-311/+721
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-281-4/+24
* MFp4 the sound Google Summer of Code project:netchild2006-09-231-3/+154
* Pointer align should be generic enough to handle awkward byte sizeariff2006-03-221-4/+7
* channel.c:ariff2006-01-241-0/+6
* Various fixups:ariff2006-01-221-25/+15
* Fix another xruns counting logic, this time, for recording.ariff2006-01-011-6/+8
* Underruns counting logic should be based on bufhard free spaceariff2005-12-301-22/+6
* Unbreak kernel builds.kan2005-11-151-2/+2
* From luigi:ariff2005-11-141-35/+71
* sys/dev/sound/pcm/ac97.c:netchild2005-10-021-3/+34
* - channel.hnetchild2005-09-101-39/+73
* Whats New:netchild2005-07-311-6/+47
* Wrap the calls to the ISA DMA specific sndbuf_dma*() functions ofmarius2005-06-101-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Create a new mutex type for virtual channels. This allows us to gettruckman2004-02-281-7/+17
* Fix a glitch in my last commit and revert to using selwakeupprimatk2004-02-201-1/+1
* Fix a long-standing bug where select on vchans doesn't workmatk2004-02-191-3/+13
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-23/+100
* Fix some locking violations by creating seperate mutex classesmatk2003-12-051-3/+6
* Fix a panic due to holding a lock over calls to uiomove.matk2003-11-271-2/+39
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* update my email address.cg2003-09-071-1/+1
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* Replicate OSS behaviour when rate settings fails.orion2003-02-261-1/+1
* - Clean up ISA DMA supports.nyan2003-02-071-4/+4
* remove MIN now that it's a standard kernel definealfred2003-02-021-1/+0
* various fixes to eliminate locking warningscg2002-11-251-7/+11
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* 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-261-24/+30
OpenPOWER on IntegriCloud