summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/solo.c
Commit message (Expand)AuthorAgeFilesLines
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-2/+3
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-271-1/+2
* 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
* MFp4 (114068):netchild2007-02-231-2/+2
* Fix a missing unlock operation in interrupt handler.yongari2006-07-061-1/+3
* Enable full duplex operation since it works and to solve panic issue.ariff2006-01-271-1/+1
* Another major fixes and enhancements:ariff2006-01-061-22/+80
* Fix broken capabilities, causing failure during channel reset.ariff2006-01-041-2/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* 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
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+7
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* 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