summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ad1816.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-2/+2
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-27/+26
* Spelling fix for interupt -> interruptkevlo2007-10-121-4/+4
* 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
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+2
* MFp4 (114068):netchild2007-02-231-1/+2
* Clean up the BSD license to match the preferred license injoel2007-02-021-2/+2
* Recover (?) support for AD1815 based ISA soundcards.ariff2006-03-211-0/+3
* - Fixup the locking.netchild2005-07-311-0/+4
* 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/+2
* Add acpi attachments for ISA sound drivers. This is needed so they'llnjl2004-10-111-0/+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-8/+8
* 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-3/+5
* Do not return(foo()) in void function.semenu2002-12-181-4/+4
* (hopefully) fix build breakage some people are seeingcg2002-11-261-2/+2
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* allow the hardware buffer size to be controlled with hintscg2001-09-291-42/+42
* 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
* lock the mutex, not the softc pointer.cg2001-04-101-2/+2
* mega-commit.cg2001-03-241-19/+39
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-11/+12
* kobjify.cg2000-12-181-52/+40
* add reinit functions to mixerscg2000-10-261-0/+1
* detach supportcg2000-09-091-3/+25
* change mixer api slightlycg2000-09-011-6/+14
* rework feeder sytem to allow feeders in kldscg2000-08-201-4/+12
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+5
* handle emulated dma readscg2000-05-261-1/+3
* make drivers start at beginning of buffer when triggered - improves mmap.cg2000-04-171-0/+1
* - latest 2ndbuffer patchcg1999-12-291-0/+1
* fix a bug in sndstat output, tidy up a few bitscg1999-12-191-6/+4
* Update for pnp adjustments regarding NPNP.peter1999-12-061-5/+0
* fix mixer to return properly scaled valuescg1999-11-221-0/+3
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-2/+2
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionpeter1999-11-151-1/+1
* seperate the ad1816 driver from the mss driver since it shares no codecg1999-09-281-0/+622
OpenPOWER on IntegriCloud