summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/realtek - Reuse init_hook for ALC269VB coef setupTakashi Iwai2012-03-071-10/+5
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-03-071-0/+17
|\
| * ALSA: hda/realtek - Apply the coef-setup only to ALC269VBKailang Yang2012-03-071-0/+8
| * ALSA: hda - add quirk to detect CD input on Gigabyte EP45-DS3Marton Balint2012-03-061-0/+9
* | ALSA: hda - Add Gigabyte GA-MA790X to the beep whitelistTakashi Iwai2012-03-061-0/+1
* | ALSA: hda - fix broken automute/autoswitch for RealtekDavid Henningsson2012-03-051-1/+1
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-03-026-12/+47
|\ \ | |/
| * ALSA: hda - Kill hyphenated namesTakashi Iwai2012-03-024-8/+8
| * ALSA: hda - Add a fake mute featureTakashi Iwai2012-02-293-3/+30
| * ALSA: hda - Always set HP pin in unsol handler for STAC/IDT codecsTakashi Iwai2012-02-291-1/+1
| * ALSA: hda/realtek - Fix resume of multiple input sourcesTakashi Iwai2012-02-251-1/+1
| * ALSA: hda/realtek - Fix surround output regression on Acer Aspire 5935Takashi Iwai2012-02-171-0/+8
* | ALSA: hda/conexant - Clear unsol events on unused pinsTakashi Iwai2012-02-291-0/+45
* | ALSA: hda - Enable docking-station SPDIF for ThinkpadTakashi Iwai2012-02-281-0/+1
* | ALSA: hda - Add position_fix=4 (COMBO) optionTakashi Iwai2012-02-281-1/+9
* | ALSA: hda - Fix audio playback support on HP Zephyr systemVitaliy Kulikov2012-02-281-0/+36
* | ALSA: hda - add id for Atom Cedar Trail HDMI codecWu Fengguang2012-02-231-0/+2
* | ALSA: hda/via - Add a few sanity checksTakashi Iwai2012-02-221-1/+10
* | ALSA: hda/via - Don't create duplicated boost controlsTakashi Iwai2012-02-221-1/+8
* | ALSA: hda/realtek - Small code cleanupsTakashi Iwai2012-02-211-135/+5
* | ALSA: hda/realtek - Fix the wrong offset for two-speaker systemsTakashi Iwai2012-02-211-1/+5
* | ALSA: hda/realtek - Fix the possible conflicts of Bass Speaker nameTakashi Iwai2012-02-211-3/+6
* | ALSA: hda/realtek - Create individual mute switches for shared DACTakashi Iwai2012-02-211-30/+20
* | ALSA: hda/realtek - Fix possible Oops with NULL input_muxTakashi Iwai2012-02-211-0/+3
* | ALSA: hda/realtek - Parse aa-loopback items dynamicallyTakashi Iwai2012-02-211-82/+22
* | ALSA: hda/realtek - Remove the last static quirks for ALC882Takashi Iwai2012-02-213-1092/+92
* | ALSA: hda/realtek - Add model=fixup not to apply fix-upsTakashi Iwai2012-02-201-0/+7
* | ALSA: hda/realtek - Drop all ALC880 static quirksTakashi Iwai2012-02-203-856/+195
* | ALSA: hda/realtek - Drop model=asus* from ALC880Takashi Iwai2012-02-202-127/+3
* | ALSA: hda/realtek - Rewrite ALC880 model=asus-w1v with auto-parserTakashi Iwai2012-02-202-31/+6
* | ALSA: hda/realtek - Rewrite ALC880 model=z71v with auto-parserTakashi Iwai2012-02-202-58/+20
* | ALSA: hda/realtek - Rewrite ALC880 model=uniwill-dig with auto-parserTakashi Iwai2012-02-202-14/+13
* | ALSA: hda/realtek - Rewrite ALC880 model=uniwill with auto-parserTakashi Iwai2012-02-203-130/+12
* | ALSA: hda/realtek - Rewrite ALC880 model=uniwill-p53 with auto-parserTakashi Iwai2012-02-202-94/+1
* | ALSA: hda/realtek - Rewrite ALC880 model=F1734 with auto-parserTakashi Iwai2012-02-202-85/+24
* | ALSA: hda/realtek - Rewrite ALC880 model=futjisu with auto-parserTakashi Iwai2012-02-202-35/+74
* | ALSA: hda/realtek - Apply probe-fixup really after probingTakashi Iwai2012-02-201-16/+16
* | ALSA: hda/realtek - Replace ALC880 model=tcl with auto-parserTakashi Iwai2012-02-172-56/+13
* | ALSA: hda/realtek - Drop ALC880 model=clevoTakashi Iwai2012-02-172-45/+11
* | ALSA: hda/realtek - Refactor the DAC filler functionTakashi Iwai2012-02-171-77/+77
* | ALSA: hda/realtek - Rewrite ALC880 model=w810 with auto-parserTakashi Iwai2012-02-172-83/+14
* | ALSA: hda/realtek - Rewrite ALC880 model=lg with the auto-parserTakashi Iwai2012-02-172-158/+14
* | ALSA: hda/realtek - Adjust badness calculation for multi-iosTakashi Iwai2012-02-171-62/+134
* | ALSA: hda/realtek - Show multi-io pins in debug printsTakashi Iwai2012-02-171-0/+5
* | ALSA: hda/realtek - Try harder to fit the single-connectionsTakashi Iwai2012-02-161-33/+91
* | ALSA: hda/realtek - Finer tuning of auto-parser with badness evaluationTakashi Iwai2012-02-161-84/+293
* | ALSA: hda/realtek - Improve the signel-connection checkTakashi Iwai2012-02-161-1/+5
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-02-162-3/+34
|\ \ | |/
| * ALSA: hda/realtek - Fix overflow of vol/sw check bitmapTakashi Iwai2012-02-161-3/+8
| * Merge branch 'fix/acer-alc889-fix' into fix/hdaTakashi Iwai2012-02-131-0/+23
| |\
OpenPOWER on IntegriCloud