summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-4/+2
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-078-117/+140
* Spelling fix for interupt -> interruptkevlo2007-10-122-5/+5
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-175-19/+5
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-115-5/+5
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-271-1/+2
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-185-5/+5
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-153-3/+5
* - Compile time compatibility for pre/post newbus API (intr filter)ariff2007-02-232-8/+25
* MFp4 (114068):netchild2007-02-235-5/+10
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-7/+15
* Remove dead email address.joel2007-02-022-2/+2
* Clean up the BSD license to match the preferred license injoel2007-02-026-17/+13
* Add a standard BSD license to these files.joel2007-02-022-5/+52
* 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
OpenPOWER on IntegriCloud