summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/emu10k1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* use pcm_getbuffersize()cg2001-10-081-82/+110
* many changes:cg2001-08-231-3/+3
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* fix typocg2001-05-301-1/+1
* mega-commit.cg2001-03-241-60/+56
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-12/+57
* fix a debugging leftover (min speed=48khz)cg2000-12-201-1/+1
* kobjify.cg2000-12-181-100/+62
* detach supportcg2000-09-091-1/+4
* add detach supportcg2000-09-051-1/+76
* change mixer api slightlycg2000-09-011-8/+28
* rework feeder sytem to allow feeders in kldscg2000-08-201-7/+27
* fix the staticy sound issuecg2000-08-061-154/+140
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+3
* add alpha-quality recording code and handle pci error interrupts - this maycg2000-06-131-71/+353
* Unused includes: #include "pci.h", #include "pcm.h"peter2000-06-101-3/+0
* handle emulated dma readscg2000-05-261-1/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* update for new location of emu10k1.h under sys/gnucg2000-04-261-1/+1
* try the fix from creative bugzilla for nmi problemcg2000-04-181-2/+2
* decrease buffer size to 4kcg2000-04-051-23/+58
* make the click on starting output go awaycg2000-04-041-20/+24
* fix missing defines and prototype for emu_vdump()cg2000-04-031-0/+3
* unfinished sblive driver, playback/mixer only for now - not enabled incg2000-04-021-0/+1170
OpenPOWER on IntegriCloud