| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | set the speeds the right way round for recording using the rate feeder | cg | 2002-01-23 | 1 | -4/+7 |
* | add more error checking in chn_init() and chn_reset() | cg | 2002-01-23 | 1 | -30/+61 |
* | make the feederchain builder work for recording. this has not been tested | cg | 2002-01-23 | 1 | -6/+14 |
* | fix mmapped playback | cg | 2001-12-21 | 1 | -7/+6 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -5/+5 |
* | improve recording behaviour | cg | 2001-10-24 | 1 | -5/+10 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target | cg | 2001-09-18 | 1 | -2/+22 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+2 |
* | add a method for recording of specific channels for devices with more than | cg | 2001-09-05 | 1 | -2/+2 |
* | don't try to dump nonexistent data when recording | cg | 2001-09-05 | 1 | -1/+1 |
* | tweaks to reduce latency/pauses in output | cg | 2001-08-29 | 1 | -3/+6 |
* | add some extra diagnostic info to sndstat output. | cg | 2001-08-29 | 1 | -11/+19 |
* | now we have the rate feeder, we don't need to constrain the default channel | cg | 2001-08-27 | 1 | -1/+3 |
* | MFS: make SNDCTL_DSP_SETTRIGGER work | cg | 2001-08-23 | 1 | -1/+1 |
* | many changes: | cg | 2001-08-23 | 1 | -4/+4 |
* | add defines and ifdefs so this code will compile on 4.x | cg | 2001-06-23 | 1 | -0/+4 |
* | use a global devclass for all drivers - i'm not entirely sure why this | cg | 2001-06-16 | 1 | -10/+1 |
* | various locking fixes, rework open logic and channel registration | cg | 2001-06-14 | 1 | -2/+1 |
* | lock sound device when adding/removing channels | cg | 2001-06-07 | 1 | -7/+17 |
* | beginnings of virtual playback channel support | cg | 2001-05-27 | 1 | -22/+113 |
* | don't unlock the channel in chn_read, msleep will do it for us. | cg | 2001-04-29 | 1 | -2/+0 |
* | minor tweaks in speed and format setting routines. | cg | 2001-04-08 | 1 | -35/+42 |
* | fix whitespace bogons | cg | 2001-03-25 | 1 | -33/+33 |
* | mega-commit. | cg | 2001-03-24 | 1 | -848/+464 |
* | make attempts to set unsupported speeds or formats non-sticky. this should | cg | 2001-02-13 | 1 | -3/+30 |
* | back out rev 1.49, looks like i committed it from the wrong tree. | cg | 2001-02-07 | 1 | -424/+803 |