| Commit message (Expand) | Author | Age | Files | Lines |
* | Make hw.snd.vpc_0db to be also a loader tunable. | mav | 2010-10-25 | 1 | -0/+1 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | ariff | 2009-06-07 | 1 | -640/+957 |
* | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | alfred | 2008-11-04 | 1 | -2/+15 |
* | Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affecting | ariff | 2007-12-03 | 1 | -2/+2 |
* | Last (again ?!?) major commit for RELENG_7, featuring total Giant | ariff | 2007-06-16 | 1 | -223/+167 |
* | Filter/compress the amount of channel trigger. This should reduce | ariff | 2007-06-11 | 1 | -5/+3 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -3/+3 |
* | Last major commit and updates for RELENG_7: | ariff | 2007-05-31 | 1 | -35/+108 |
* | - Don't wakeup() unnecessarily, so the behavior of dead interrupt or | ariff | 2007-04-02 | 1 | -8/+15 |
* | Fix long delay closing/syncing issues on mmaped buffer. | ariff | 2007-03-17 | 1 | -3/+7 |
* | [stage: 5/9] | ariff | 2007-03-16 | 1 | -197/+286 |
* | [stage: 4/9] | ariff | 2007-03-16 | 1 | -1/+1 |
* | Don't try to workaround broken apps (if any). If this still the case, | ariff | 2006-12-07 | 1 | -16/+1 |
* | Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes | ariff | 2006-11-26 | 1 | -311/+721 |
* | Various fixups, especially for the upcomming High Definition Audio | ariff | 2006-09-28 | 1 | -4/+24 |
* | MFp4 the sound Google Summer of Code project: | netchild | 2006-09-23 | 1 | -3/+154 |
* | Pointer align should be generic enough to handle awkward byte size | ariff | 2006-03-22 | 1 | -4/+7 |
* | channel.c: | ariff | 2006-01-24 | 1 | -0/+6 |
* | Various fixups: | ariff | 2006-01-22 | 1 | -25/+15 |
* | Fix another xruns counting logic, this time, for recording. | ariff | 2006-01-01 | 1 | -6/+8 |
* | Underruns counting logic should be based on bufhard free space | ariff | 2005-12-30 | 1 | -22/+6 |
* | Unbreak kernel builds. | kan | 2005-11-15 | 1 | -2/+2 |
* | From luigi: | ariff | 2005-11-14 | 1 | -35/+71 |
* | sys/dev/sound/pcm/ac97.c: | netchild | 2005-10-02 | 1 | -3/+34 |
* | - channel.h | netchild | 2005-09-10 | 1 | -39/+73 |
* | Whats New: | netchild | 2005-07-31 | 1 | -6/+47 |
* | Wrap the calls to the ISA DMA specific sndbuf_dma*() functions of | marius | 2005-06-10 | 1 | -0/+10 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Create a new mutex type for virtual channels. This allows us to get | truckman | 2004-02-28 | 1 | -7/+17 |
* | Fix a glitch in my last commit and revert to using selwakeuppri | matk | 2004-02-20 | 1 | -1/+1 |
* | Fix a long-standing bug where select on vchans doesn't work | matk | 2004-02-19 | 1 | -3/+13 |
* | Change KASSERT() in feed_vchan16() into an explicit test and call to | truckman | 2004-01-28 | 1 | -23/+100 |
* | Fix some locking violations by creating seperate mutex classes | matk | 2003-12-05 | 1 | -3/+6 |
* | Fix a panic due to holding a lock over calls to uiomove. | matk | 2003-11-27 | 1 | -2/+39 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | update my email address. | cg | 2003-09-07 | 1 | -1/+1 |
* | try to make really sshort sounds actually play | cg | 2003-08-18 | 1 | -16/+43 |
* | Replicate OSS behaviour when rate settings fails. | orion | 2003-02-26 | 1 | -1/+1 |
* | - Clean up ISA DMA supports. | nyan | 2003-02-07 | 1 | -4/+4 |
* | remove MIN now that it's a standard kernel define | alfred | 2003-02-02 | 1 | -1/+0 |
* | various fixes to eliminate locking warnings | cg | 2002-11-25 | 1 | -7/+11 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
* | Add lock type arguments to callers of snd_mtxcreate(). | jhb | 2002-04-04 | 1 | -1/+1 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -1/+1 |
* | Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether the | des | 2002-02-24 | 1 | -1/+9 |
* | * improve error handling | cg | 2002-01-26 | 1 | -24/+30 |
* | Fix code that had rotted behind debugging macros. | scottl | 2002-01-25 | 1 | -3/+3 |
* | cosmetic change, free b instead of c->bufhard for consistency within | cg | 2002-01-25 | 1 | -1/+1 |
* | fix some comments accidentally hit by search/replace several revisions ago | cg | 2002-01-23 | 1 | -3/+3 |