summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/sb16.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()truckman2004-09-121-4/+2
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
* Remove extraneous spaces.truckman2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-131-3/+12
* 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-4/+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-2/+3
* - Clean up ISA DMA supports.nyan2003-02-071-15/+17
* Do not return(foo()) in void function.semenu2002-12-181-1/+1
* Add support for controlling line1 mixer device, which on some cards representssobomax2002-07-301-2/+9
* 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-31/+46
* KSE Milestone 2julian2001-09-121-1/+1
* many changes:cg2001-08-231-3/+3
* Correct obviously wrong mistakes.green2001-07-021-1/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-021-2/+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
* fix whitespace bogonscg2001-03-251-1/+1
* mega-commit.cg2001-03-241-31/+53
* fix a typo preventing the second dma channel being releasedcg2001-03-161-1/+3
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-36/+41
* kobjify.cg2000-12-181-75/+39
* adjust dma channels for vibra16x; recording should now work. full duplex doescg2000-11-071-18/+33
* fix paste-o in mixer code - actually set right channel volume instead ofcg2000-11-061-1/+2
* split up sb16 and sb/sbpro driverscg2000-10-281-487/+396
* add reinit functions to mixerscg2000-10-261-0/+1
* detach supportcg2000-09-091-5/+26
* change mixer api slightlycg2000-09-011-6/+14
* rework feeder sytem to allow feeders in kldscg2000-08-201-22/+29
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+4
* Unused include: #include "sbc.h"peter2000-06-101-2/+0
* handle emulated dma readscg2000-05-261-1/+1
* split up ess and sb codecg2000-03-281-317/+13
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-2/+2
* fix ess end-of-buffer repeatingcg2000-02-141-6/+2
* general tidyupcg2000-01-101-162/+221
* argh, forgot the bus_dma_tag_creates.cg2000-01-051-1/+2
* allocate isa bounce buffers of the right size for ess/mss cards, fixescg2000-01-051-2/+4
* make ess cards use a 64k buffer again, by implementing esschan_init()cg1999-12-301-6/+13
* - latest 2ndbuffer patchcg1999-12-291-0/+2
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makedfr1999-12-241-3/+3
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-211-1/+2
* minor cosmeticscg1999-12-201-1/+0
* fix for ess cards to use auto-init dma mode, so they workcg1999-12-191-4/+4
OpenPOWER on IntegriCloud