summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-215-23/+44
* Put a temporary bandaid to set/reset uncacheable DMA region (affectedariff2007-03-202-17/+46
* Destroy channel DMA tag during resource cleanup.ariff2007-03-191-1/+4
* Fix (another, more to come) ivar memory leak during driver detach.ariff2007-03-171-9/+17
* [stage: 8/9]ariff2007-03-164-69/+213
* Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).ariff2007-03-161-0/+3
* - Put some sanity break statement in few missing places.ariff2007-03-151-6/+4
* NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforceariff2007-03-151-1/+3
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-1516-25/+19
* Add AC97 inverted external amplifier quirk for ASUS A6R laptop.ariff2007-03-131-0/+1
* Fix analog CD connectivity. HP decided to screw pinconfig settings inariff2007-03-111-0/+6
* Fix long standing multi playback/recording issues, caused byariff2007-03-091-42/+134
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-073-3/+3
* Quick bandaid for possible broken multiple playback channels implementation.ariff2007-03-051-4/+5
* Fix ALC883 microphone / recording issues. Setting high(er) VRef onariff2007-02-251-4/+95
* - Revert arguments for several functions to pre bus_get_dma_tag()ariff2007-02-234-16/+18
* - Compile time compatibility for pre/post newbus API (intr filter)ariff2007-02-231-4/+10
* Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.ariff2007-02-231-1/+1
* MFp4 (114068):netchild2007-02-2321-38/+60
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-4/+10
* Add codec id for Sigmatel STAC9271D.ariff2007-02-161-2/+4
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* Add speaker control for HP xw4300. This hardware doesn't respond toariff2007-01-281-2/+17
* Massive inlining cleanups/removal to make it survive on WARNS=2.ariff2007-01-271-92/+90
* Reduce maximum DMA segments from 128 to 64. We don't need more than that.ariff2007-01-271-1/+1
* Total DMA segments should include total number of record channel(s).ariff2007-01-261-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+2
* Fix typo in a comment.joel2007-01-161-1/+1
* Fix headphone/speaker automute for [1] Acer Aspire 5050 and [2] MSI MS-1034ariff2007-01-131-0/+27
* Extend the emu10kx driver. With the words of the author:netchild2007-01-063-63/+399
* Fix headphone/speaker automute for Toshiba Satellite Pro U200.ariff2007-01-041-1/+10
* Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).ariff2006-12-221-10/+7
* Fix distorted sound on Fujitsu Siemens AMILO Pa 1510.ariff2006-12-191-1/+7
* Latest updates for Envy24/24HT. Fix various issues with LOR and panicariff2006-12-173-29/+72
* Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227ariff2006-12-171-0/+4
* Add support for Nvidia Nforce MCP04 AC97 controller.ariff2006-12-171-0/+3
* Miscellaneous fixups and quirks for ASUS A7M, LG LW20 andariff2006-12-161-5/+36
* Fix compilation using gcc 4.1.ariff2006-12-151-1/+1
* Fix distorted sound on ASUS P1-AH2 caused by accumulated input / output.ariff2006-12-111-0/+10
* Fix AD1986A (and possibily other codecs too) microphone issues.ariff2006-12-101-3/+38
* - Fix headphone/speakers automute on Lenovo 3000 N100.ariff2006-12-091-47/+74
* Add support for Apple Intel/Mac.ariff2006-12-021-10/+48
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* Fix support for Medion MD MD95257 (GPIO2 quirk).ariff2006-11-291-7/+12
* - LNV -> LENOVOariff2006-11-271-4/+10
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-268-1148/+2259
* - Inverted EAPD quirk for ASUS A8Jc.ariff2006-10-161-17/+17
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)ariff2006-10-121-3/+23
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014ariff2006-10-121-16/+44
OpenPOWER on IntegriCloud