aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/emu10k1.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-2/+3
* sound: remove PCM_KLDSTRING() and fix status stringsChristos Margiolis2024-01-161-2/+2
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-181-2/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-161-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sound: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* pcm emu10k1: Remove dead code in channel_setblocksize callbacks.John Baldwin2022-04-081-6/+0
* sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin2021-09-041-4/+4
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-261-5/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-171-15/+21
* Actually, just merge r233362 and do away with the unnecessary uint8_tMarius Strobl2014-05-281-1/+1
* Commit the right version of r266793.Marius Strobl2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofMarius Strobl2014-05-281-7/+8
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+1
* Fix an inconsistency that crept in while replacing constantsPedro F. Giffuni2012-01-111-2/+2
* Replace a GPL'd header in the emu10k1 snd driver code.Pedro F. Giffuni2012-01-031-235/+317
* Correct signedness and off-by-one issues in parameters used for DMA tagMarius Strobl2011-02-091-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-32/+37
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+4
* Fix broken binary issues with latest gcc 4.x due to bitfield signessAriff Abdullah2007-05-271-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* 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
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+2
* Use a low probe-priority to ensure that the emu10kx driver has a higherAlexander Leidinger2006-08-071-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel orAlexander Leidinger2006-07-151-1/+1
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file toAlexander Leidinger2006-07-151-4/+3
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-271-0/+73
* Backput the "Dell ID" part of the last commit, it was already tried inAlexander Leidinger2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:Alexander Leidinger2006-01-211-7/+12
* Fix the order of the stereo channels (left <-> right).Alexander Leidinger2005-12-281-4/+4
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-2/+8
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-131-1/+1
* Remove rev 1.50.David E. O'Brien2004-07-241-9/+0
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Add PCI identifier for Dell modified SBLive! cardDavid E. O'Brien2004-06-131-0/+9
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledMaxime Henrion2004-06-041-28/+46
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+3
* Specify the right location of the generated header.David E. O'Brien2004-01-121-1/+1
* Add Audigy support.David E. O'Brien2004-01-111-93/+521