sound/pcm: fix calculation of PCM channel timeout
[dragonfly.git] / sys / dev / sound / pcm / channel.c
2011-05-07 Matthias Rampkesound/pcm: fix calculation of PCM channel timeout soundfix
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-19 Samuel J. Greearpcm - Remove unused variable
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-13 Samuel J. Greeardev - dsp - Remove unnecessary selrecord call
2009-08-29 Sascha WildnerFix typo: aquire -> acquire.
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-01-05 Simon SchubertCall selwakeup() from an MP-protected taskqueue.
2007-06-16 Matthew DillonUpdate all sound code to use the snd_*() locking abstra...
2007-06-16 Hasso TepperBring in the latest sound changes from RELENG_6.
2007-06-14 Simon SchubertAllow vchans to have their own volume control.
2007-01-04 Simon SchubertSay hello to a sound system update from FreeBSD. This...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2005-06-10 Matthew Dillonspl->critical section conversion.
2003-08-01 Matthew DillonCleanup remaining tsleep priority issues.
2003-07-30 Matthew DillonLINT synchronization, remove remaining manually defined...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: