diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-04-09 10:05:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-04-09 10:05:53 +0200 |
commit | 84f3b6dab973c1a9e941fdd1a55caa44da6d9882 (patch) | |
tree | 75105af06069087a480c1f69e4e2916718e623e6 /sound/pci/hda/patch_realtek.c | |
parent | 664cee46e755b37204f1731cb8726db610f3486d (diff) | |
parent | cd9abc7a22806f2340b853058a634b0e32a9f47c (diff) |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 12c6f4508c54..d9f1ef7dac2e 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -14124,7 +14124,7 @@ static hda_nid_t alc269vb_capsrc_nids[1] = { }; static hda_nid_t alc269_adc_candidates[] = { - 0x08, 0x09, 0x07, + 0x08, 0x09, 0x07, 0x11, }; #define alc269_modes alc260_modes |