diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-04-07 12:57:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-04-07 12:57:53 +0200 |
commit | 8e28e3b29fdbb2b94bb279700114b5963fe1d4e8 (patch) | |
tree | 51c34b9267c7ccad0f7c8efa7d3d300530434d45 /sound/pci/hda/patch_realtek.c | |
parent | ad93ffe6e4fc02993987008e4a5dcdcf4c926cd5 (diff) | |
parent | 262ac22d21ee2bf3e1655b2e5e45cc94b356e62f (diff) |
Merge branch 'fix/hda' into topic/hda
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 b1e5eb17f1bc..81f0c5c401b5 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -14134,7 +14134,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 |