summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/emu10kx.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-6/+0
* - Correct mispellings of word andgabor2013-04-171-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+5
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* Don't cast a bus address to a uint8_t pointer just to add an offset tojhb2012-03-231-1/+1
* Fix a few comment typos.joel2012-01-151-4/+4
* Replace GPL'd headers in the emu10kx snd driver code.pfg2012-01-111-225/+236
* Correct signedness and off-by-one issues in parameters used for DMA tagmarius2011-02-091-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-3/+11
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-121-446/+839
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Fix use-after-free for DMA tag. Destroy DMA tag later.ariff2007-05-041-3/+4
* - Revert arguments for several functions to pre bus_get_dma_tag()ariff2007-02-231-5/+5
* MFp4 (114068):netchild2007-02-231-4/+5
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Extend the emu10kx driver. With the words of the author:netchild2007-01-061-32/+172
* "Fix typos in volume control DSP code."netchild2006-08-071-2/+2
* "Change type for flags bitmap to let use 1 as flag value withoutnetchild2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemnetchild2006-08-071-10/+8
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesnetchild2006-07-151-0/+3022
OpenPOWER on IntegriCloud