aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/emu10kx-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-061-1/+0
* sound: use device_set_descf() to set device descriptionsChristos Margiolis2024-01-221-3/+1
* sound: remove PCM_KLDSTRING() and fix status stringsChristos Margiolis2024-01-161-1/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* emu10kx-pci: eliminate write only variable rWarner Losh2022-04-051-7/+7
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+3
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-261-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Replace GPL'd headers in the emu10kx snd driver code.Pedro F. Giffuni2012-01-111-49/+49
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-36/+40
* 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