aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-4/+2
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-078-117/+140
* Spelling fix for interupt -> interruptKevin Lo2007-10-122-5/+5
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-175-19/+5
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-115-5/+5
* Fix broken binary issues with latest gcc 4.x due to bitfield signessAriff Abdullah2007-05-271-1/+2
* Fix detection of PC-9821 V166 internal sound card.Joel Dahl2007-05-191-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-185-5/+5
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-153-3/+5
* - Compile time compatibility for pre/post newbus API (intr filter)Ariff Abdullah2007-02-232-8/+25
* MFp4 (114068):Alexander Leidinger2007-02-235-5/+10
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-7/+15
* Remove dead email address.Joel Dahl2007-02-022-2/+2
* Clean up the BSD license to match the preferred license inJoel Dahl2007-02-026-17/+13
* Add a standard BSD license to these files.Joel Dahl2007-02-022-5/+52
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+0
* Remove the snd_ess identify routine for the sound device in Alpha PWSJohn Baldwin2006-05-121-177/+0
* Recover (?) support for AD1815 based ISA soundcards.Ariff Abdullah2006-03-211-0/+3
* Fix memory leak in some failure cases.Alexander Leidinger2006-02-051-2/+6
* Fix broken capabilites. There are possible calculation errors withinAriff Abdullah2006-01-161-2/+2
* Fix left/right channel mixed-up during recording by splitting recdevAriff Abdullah2005-11-141-13/+22
* Fix kernel panic caused by double mss_unlock().Ariff Abdullah2005-11-071-1/+1
* more #ifndef PC98. This really fix the pc98 tinderbox.Yoshihiro Takahashi2005-09-121-0/+4
* Since opti_detect is now only called on !PC98 machines, only declareWarner Losh2005-09-121-0/+4
* Add some ad_wait_init() calls to fix some problems in some configs (e.g.Alexander Leidinger2005-09-111-1/+5
* Allow to record non 8bit-mono formats even in half-duplex configurations.Alexander Leidinger2005-09-111-1/+2
* Fix misdetection of the sound chip on PC98 systems. The submitter doesn'tAlexander Leidinger2005-09-111-0/+2
* Fix panic caused by full duplex operation.Alexander Leidinger2005-09-101-2/+3
* Style fix.Alexander Leidinger2005-07-311-1/+1
* - Fixup the locking.Alexander Leidinger2005-07-311-3/+17
* - Fixup the locking.Alexander Leidinger2005-07-313-4/+26
* Add another ID.Alexander Leidinger2005-07-311-0/+1
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyJohn Baldwin2005-07-131-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdMatthew N. Dodd2005-02-271-2/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0611-39/+39
* PNP BIOS devices are fundamentally different than ISA PNP devices.Warner Losh2004-12-071-1/+1
* Re-add an acpi attachment for the legacy probe that was inadvertentlyNate Lawson2004-10-151-0/+1
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-135-5/+7
* * Remove the acpi attachment from the es1888. It has an identify methodNate Lawson2004-10-123-3/+2
* Add acpi attachments for ISA sound drivers. This is needed so they'llNate Lawson2004-10-114-0/+4
* Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()Don Lewis2004-09-121-4/+2
* Rename the sound device drivers:Seigo Tanimura2004-07-168-10/+10
* s/DDB/BVDDB/gMarcel Moolenaar2004-07-101-1/+1
* Improve mapping of relative to absolute volume.Josef El-Rayes2004-06-141-2/+15
* Axe the old midi drivers and framework. matk has developed a newSeigo Tanimura2004-06-015-5734/+0
* Remove extraneous spaces.Don Lewis2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowDon Lewis2004-05-133-3/+19
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-146-7/+7
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-1710-54/+72