summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/solo.c
Commit message (Expand)AuthorAgeFilesLines
* update my email address.cg2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-10/+10
* 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
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-1/+1
* Add suspend and resume support.orion2002-08-251-8/+45
* use pcm_getbuffersize()cg2001-10-081-4/+7
* many changes:cg2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)greid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* mega-commit.cg2001-03-241-11/+11
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-7/+9
* kobjify.cg2000-12-181-51/+34
* add reinit functions to mixerscg2000-10-261-0/+1
* Add suspend/resume hooks.nsayer2000-09-281-0/+2
* fix warningscg2000-09-171-2/+1
* detach supportcg2000-09-091-12/+27
* change mixer api slightlycg2000-09-011-6/+14
* rework feeder sytem to allow feeders in kldscg2000-08-201-8/+22
* don't complain about bad irqs if using a shared irqcg2000-08-191-0/+3
* This patch appears to solve the problems with recording resultingnsayer2000-08-131-4/+13
* A couple of cosmetic fixes, plus a biggie: When checking the DMAnsayer2000-08-091-3/+18
* 1. Increase the size of the DMA buffer.nsayer2000-08-021-11/+32
* Undo some of my own damage. With this patch, it appears that bothnsayer2000-08-021-16/+17
* Fix channel 1 playback the rest of the way. There are a couple ofnsayer2000-08-021-2/+2
* Get playback on channel 1 closer to working. 8 bit samples work.nsayer2000-08-021-11/+16
* Fix channel 1, sort of. recording now generates IRQs and the outputnsayer2000-08-021-2/+8
* Reverse the sense of the signed/unsigned formatting bit.nsayer2000-08-011-1/+1
* almost-there ess solo-1 driver, committed so people can tell me why itcg2000-07-311-0/+932
OpenPOWER on IntegriCloud