summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ess.c
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 with NULL for pointers in misc. device drivers.pfg2016-04-121-4/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-3/+3
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-23/+27
* 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-1/+1
* 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
* MFp4 (114068):netchild2007-02-231-1/+2
* Clean up the BSD license to match the preferred license injoel2007-02-021-1/+1
* Fix broken capabilites. There are possible calculation errors withinariff2006-01-161-2/+2
* - Fixup the locking.netchild2005-07-311-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 the acpi attachment from the es1888. It has an identify methodnjl2004-10-121-1/+1
* 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-13/+9
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+3
* update my email address.cg2003-09-071-1/+1
* Mega busdma API commit.scottl2003-07-011-1/+2
* - Clean up ISA DMA supports.nyan2003-02-071-5/+7
* Do not return(foo()) in void function.semenu2002-12-181-3/+3
* Fix code that had rotted behind debugging macros.scottl2002-01-251-1/+1
* allow the hardware buffer size to be controlled with hintscg2001-09-291-9/+17
* many changes:cg2001-08-231-4/+4
* 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
* Reinitialise the DSP and mixer after a resume from suspendgreid2001-04-081-0/+21
* mega-commit.cg2001-03-241-21/+34
* Add speaker volume adjusting supportcg2001-02-271-2/+6
* quieten the esscontrol devicecg2001-02-021-1/+6
* change irq handler slightly, get rid of superflous messagescg2000-12-271-6/+4
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-10/+12
* kobjify.cg2000-12-181-138/+124
* add reinit functions to mixerscg2000-10-261-0/+1
* detach supportcg2000-09-091-15/+34
* change mixer api slightlycg2000-09-011-6/+14
* rework feeder sytem to allow feeders in kldscg2000-08-201-8/+24
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-4/+4
* Unused include: #include "sbc.h"peter2000-06-101-2/+0
* handle emulated dma readscg2000-05-261-1/+1
* fix a speed bug that nobody noticedcg2000-05-151-4/+5
* make drivers start at beginning of buffer when triggered - improves mmap.cg2000-04-171-1/+1
* bump the buffer size from 4k to 16k. should improve performance under load.cg2000-04-011-1/+1
* split up ess and sb codecg2000-03-281-0/+930
OpenPOWER on IntegriCloud