summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Cache the jack-detection valueTakashi Iwai2011-11-161-12/+8
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-11-161-1/+1
|\
| * ALSA: hda/realtek: remove redundant semicolonJesper Juhl2011-11-141-1/+1
* | ALSA: hda/realtek - Move ALC880 model=medion-rim to auto-parserTakashi Iwai2011-11-151-0/+38
* | ALSA: hda/realtek - Move ALC885 macpro and imac24 models to auto-parserTakashi Iwai2011-11-141-1/+56
* | ALSA: hda/realtek - Re-add the model string selection for ALC88xTakashi Iwai2011-11-141-1/+4
* | ALSA: hda/realtek - Create mono volume controls for mono-outputsTakashi Iwai2011-11-141-4/+17
* | ALSA: hda/realtek - Rewrite ALC882 acer-aspire-* models with the auto-parserTakashi Iwai2011-11-101-5/+69
* | ALSA: hda/realtek - Create multi-io jacks more aggresivelyTakashi Iwai2011-11-101-12/+51
* | ALSA: hda/realtek - Drop ALC882 desktop model quirksTakashi Iwai2011-11-091-8/+22
* | ALSA: hda/realtek - Remove ALC882 targa-* modelsTakashi Iwai2011-11-091-0/+6
* | ALSA: hda/realtek - Reorder alc882_fixup_tbl[]Takashi Iwai2011-11-091-3/+3
* | ALSA: hda/realtek - Move ALC882 model=acer-aspire to auto-parserTakashi Iwai2011-11-091-0/+16
* | ALSA: hda/realtek - Replace ALC882 arima, medion and laptop-eapd quirksTakashi Iwai2011-11-091-0/+13
* | ALSA: hda/realtek - Drop ALC882 asus-a7j and asus-a7m modelsTakashi Iwai2011-11-091-1/+13
* | ALSA: hda/realtek - Look through codec SSID for fix-up listsTakashi Iwai2011-11-091-4/+18
* | ALSA: hda/realtek - Move ALC888 ASUS EEE1601 config to auto-parserTakashi Iwai2011-11-091-0/+10
* | ALSA: hda/realtek - Rewrite ALC882 model=vaio-tt with auto-parserTakashi Iwai2011-11-081-15/+24
* | ALSA: hda/realtek - Remove all ALC262-quirk codesTakashi Iwai2011-11-081-29/+7
* | ALSA: hda/realtek - Add the support of shared HP/MicTakashi Iwai2011-11-081-1/+64
* | ALSA: hda/realtek - Drop ALC262 model=basic static configsTakashi Iwai2011-11-081-8/+0
* | ALSA: hda/realtek - Convert ALC262 model=fujitsu to auto-parserTakashi Iwai2011-11-081-0/+2
* | ALSA: hda/realtek - Convert ALC262 benq and benq-t31 to fixup-listsTakashi Iwai2011-11-081-1/+20
* | ALSA: hda/realtek - Convert ALC262 lenovo-3000 quirks to fixup-listTakashi Iwai2011-11-081-0/+12
* | ALSA: hda/realtek - Convert ALC262 model=toshiba-rx1 to a fixup-listTakashi Iwai2011-11-081-0/+13
* | ALSA: hda/realtek - Convert alc262 model=tyan to a fixup-listTakashi Iwai2011-11-081-6/+15
|/
* ALSA: hda - Mute unused capture sources for Realtek codecsTakashi Iwai2011-11-081-6/+7
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+1
* | ALSA: hda - Fix silent output regression with ALC861Takashi Iwai2011-11-061-0/+6
* | ALSA: hda/realtek - Skip invalid digital out pinsTakashi Iwai2011-11-031-5/+7
* | ALSA: hda - Remove unused variablesTakashi Iwai2011-11-021-3/+0
* | ALSA: hda/realtek - Don't create alt-stream for capture when unnecessaryTakashi Iwai2011-11-021-2/+6
|/
* ALSA: hda/realtek - Fix missing volume controls with ALC260Takashi Iwai2011-10-271-5/+37
* ALSA: hda - Fix pin-config for ASUS W90VTakashi Iwai2011-10-261-0/+9
* ALSA: HDA: Add new revision for ALC662David Henningsson2011-10-241-0/+2
* ALSA: hda/realtek - Fix DAC assignments of multiple speakersTakashi Iwai2011-10-211-2/+8
* ALSA: hda/realtek - Cache COEF 0 valueTakashi Iwai2011-10-171-20/+28
* ALSA: hda/realtek - Clean up codec renamesTakashi Iwai2011-10-171-150/+139
* ALSA: hda/realtek - Use alc_codec_rename()Takashi Iwai2011-10-171-8/+9
* ALSA: hda - ALC888S-VC remark to ALC886Kailang Yang2011-10-171-1/+17
* ALSA: hda/realtek - Check the error from alc_codec_rename()Takashi Iwai2011-10-171-14/+22
* ALSA: HDA: Fixup Realtek headphone pin initializationDavid Henningsson2011-10-131-1/+1
* ALSA: hda/realtek - Choose more cleverly the primary outputsTakashi Iwai2011-10-061-1/+2
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-09-261-1/+7
|\
| * ALSA: hda/realtek - Don't detect LO jack when identical with HPTakashi Iwai2011-09-261-0/+4
| * ALSA: hda/realtek - Avoid bogus HP-pin assignmentTakashi Iwai2011-09-261-1/+3
* | ALSA: HDA: Refactor Realtek's automuteDavid Henningsson2011-09-201-62/+74
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-09-201-4/+5
|\|
| * ALSA: hda/realtek - Fix auto-mute with HP+LO configurationTakashi Iwai2011-09-191-4/+5