summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.ariff2006-10-081-2/+30
* - Fix wrong id for ALC882, add ALC883 id.ariff2006-10-062-281/+484
* - Streamline quirks management for a better future.ariff2006-10-021-96/+122
* Make this buildable on IA64.ariff2006-10-021-0/+2
* Various cleanups. Revert DMA alignmnet back to 2 since the originalariff2006-10-012-96/+167
* Add support for Intel High Definition Audio Controller.ariff2006-10-015-0/+6480
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likenetchild2006-09-302-1186/+889
* Remove the ak452x code, superseeded by spicds.netchild2006-09-302-338/+0
* - fix memory leak, when "number of adcs" != "number of dacs"netchild2006-09-301-24/+17
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codenetchild2006-09-302-72/+192
* Add inverted amplifier sense quirks for Compaq Presario B3800yongari2006-08-151-0/+1
* Use a low probe-priority to ensure that the emu10kx driver has a highernetchild2006-08-071-1/+1
* "Fix typos in volume control DSP code."netchild2006-08-071-2/+2
* "Fixe playback of mono files on stereo outputs. In previous versionnetchild2006-08-071-1/+20
* "Change type for flags bitmap to let use 1 as flag value withoutnetchild2006-08-071-1/+1
* "Workaround for sound lag in current snd_emu10kx driver. Real problemnetchild2006-08-073-19/+23
* - fix memory leak after "kldunload snd_ak452x.ko"netchild2006-07-282-10/+26
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
* Fix a compile time problem on amd64. I'm not sure if the fix is correctnetchild2006-07-162-4/+6
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-153-3/+3
OpenPOWER on IntegriCloud