summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ad1816.c
Commit message (Expand)AuthorAgeFilesLines
* 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