summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csapcm.c
Commit message (Expand)AuthorAgeFilesLines
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-19/+22
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-3/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* MFp4 (114068):netchild2007-02-231-1/+3
* A pointer was checked for NULL after dereferencing it. The check is notnetchild2006-02-051-4/+4
* Power up the external amplifiers additionally to powering up the DAC and ADC.netchild2005-09-111-0/+8
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-271-6/+182
* 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/+2
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* 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/+6
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-1/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* 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-4/+4
* many changes:cg2001-08-231-3/+3
* the turtle beach santacruz implements ac97 eapd in an inverted sense -cg2001-06-231-0/+2
* 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
* update this driver to use new firmware and incorporate many fixes.cg2001-05-301-168/+104
* mega-commit.cg2001-03-241-8/+8
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-12/+6
* kobjify.cg2000-12-181-171/+162
* detach supportcg2000-09-091-2/+36
* change mixer api slightlycg2000-09-011-3/+9
* rework feeder sytem to allow feeders in kldscg2000-08-201-7/+15
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+4
* handle emulated dma readscg2000-05-261-1/+3
* fail in attach if we seem to have no ac97 codeccg2000-04-011-1/+2
* update the ac97 layer:cg2000-03-201-1/+1
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
* update ac97 layer to use device_printf when printing messagescg2000-01-181-3/+3
* Do not start/stop DMA transfer if it is already started/stopped.tanimura2000-01-031-22/+41
* - Handle an interrupt for csa primarily in the bridge driver,tanimura2000-01-031-21/+10
* - latest 2ndbuffer patchcg1999-12-291-0/+1
* Make the origins clear.tanimura1999-12-101-0/+4
* Update for pnp adjustments regarding NPNP.peter1999-12-061-9/+0
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-221-0/+851
OpenPOWER on IntegriCloud