summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/emu10kx-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-161-1/+1
* Update snd_emu10kx driver with recent perforce changes (and fewAriff Abdullah2007-09-121-62/+405
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-6/+2
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+8
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-2/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-1/+1
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.Kevin Lo2007-03-071-1/+1
* Extend the emu10kx driver. With the words of the author:Alexander Leidinger2007-01-061-22/+223
* "Fixe playback of mono files on stereo outputs. In previous versionAlexander Leidinger2006-08-071-1/+20
* "Workaround for sound lag in current snd_emu10kx driver. Real problemAlexander Leidinger2006-08-071-3/+4
* Fix a compile time problem on amd64. I'm not sure if the fix is correctAlexander Leidinger2006-07-161-2/+3
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesAlexander Leidinger2006-07-151-0/+965