summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-3/+0
* Remove the snd_ess identify routine for the sound device in Alpha PWSjhb2006-05-121-177/+0
* Recover (?) support for AD1815 based ISA soundcards.ariff2006-03-211-0/+3
* Fix memory leak in some failure cases.netchild2006-02-051-2/+6
* Fix broken capabilites. There are possible calculation errors withinariff2006-01-161-2/+2
* Fix left/right channel mixed-up during recording by splitting recdevariff2005-11-141-13/+22
* Fix kernel panic caused by double mss_unlock().ariff2005-11-071-1/+1
* more #ifndef PC98. This really fix the pc98 tinderbox.nyan2005-09-121-0/+4
* Since opti_detect is now only called on !PC98 machines, only declareimp2005-09-121-0/+4
* Add some ad_wait_init() calls to fix some problems in some configs (e.g.netchild2005-09-111-1/+5
* Allow to record non 8bit-mono formats even in half-duplex configurations.netchild2005-09-111-1/+2
* Fix misdetection of the sound chip on PC98 systems. The submitter doesn'tnetchild2005-09-111-0/+2
* Fix panic caused by full duplex operation.netchild2005-09-101-2/+3
* Style fix.netchild2005-07-311-1/+1
* - Fixup the locking.netchild2005-07-311-3/+17
* - Fixup the locking.netchild2005-07-313-4/+26
* Add another ID.netchild2005-07-311-0/+1
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyjhb2005-07-131-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdmdodd2005-02-271-2/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0611-39/+39
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* Re-add an acpi attachment for the legacy probe that was inadvertentlynjl2004-10-151-0/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-135-5/+7
* * Remove the acpi attachment from the es1888. It has an identify methodnjl2004-10-123-3/+2
* Add acpi attachments for ISA sound drivers. This is needed so they'llnjl2004-10-114-0/+4
* Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()truckman2004-09-121-4/+2
* Rename the sound device drivers:tanimura2004-07-168-10/+10
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-015-5734/+0
* Remove extraneous spaces.truckman2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-133-3/+19
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-146-7/+7
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-1710-54/+72
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-064-8/+12
* Don't attempt to destroy the driver mutex when it hasn't yetdeischen2003-10-291-1/+1
* Fixed world breakage in previous commit. Somehow the wrong include wasbde2003-09-171-1/+1
* Don't include another driver's private reg.h file (sioreg.h). Includingbde2003-09-162-2/+0
* update my email address.cg2003-09-076-6/+6
* Mega busdma API commit.scottl2003-07-015-8/+13
* Include <isa/isavar.h> to fix building on alpha.nyan2003-02-081-0/+2
* - Clean up ISA DMA supports.nyan2003-02-077-29/+144
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-1/+0
* - Add acpi module binding.mdodd2003-01-081-3/+12
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Do not return(foo()) in void function.semenu2002-12-187-17/+17
* (hopefully) fix build breakage some people are seeingcg2002-11-263-4/+4
* Add support for controlling line1 mixer device, which on some cards representssobomax2002-07-301-2/+9
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
OpenPOWER on IntegriCloud