summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/emu10k1.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r266793, r266799, r266808marius2014-06-041-7/+8
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-5/+1
* Fix an inconsistency that crept in while replacing constantspfg2012-01-111-2/+2
* Replace a GPL'd header in the emu10k1 snd driver code.pfg2012-01-031-235/+317
* 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-32/+37
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-1/+4
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-271-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-071-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Use a low probe-priority to ensure that the emu10kx driver has a highernetchild2006-08-071-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-151-1/+1
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file tonetchild2006-07-151-4/+3
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-271-0/+73
* Backput the "Dell ID" part of the last commit, it was already tried innetchild2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:netchild2006-01-211-7/+12
* Fix the order of the stereo channels (left <-> right).netchild2005-12-281-4/+4
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-2/+8
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-1/+1
* Remove rev 1.50.obrien2004-07-241-9/+0
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+3
* Specify the right location of the generated header.obrien2004-01-121-1/+1
* Add Audigy support.obrien2004-01-111-93/+521
* Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
* Sync with Creative's 8010.h rev 1.51.obrien2004-01-091-0/+7
* update my email address.cg2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-3/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-1/+2
* more style(9) changes.obrien2003-04-201-6/+8
* more style(9) changes.obrien2003-04-201-32/+32
* A few style(9) fixes.obrien2003-04-201-50/+50
* Sync with Creative's 8010.h rev 1.39.obrien2003-04-181-3/+3
* Unbreak emu10k1 by properly using the buffer address.cognet2003-02-261-4/+4
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-18/+24
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* various fixes to eliminate locking warningscg2002-11-251-1/+1
OpenPOWER on IntegriCloud