diff options
author | Kailang Yang <kailang@realtek.com> | 2010-04-09 04:57:33 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-04-09 04:57:33 -0400 |
commit | 531d8791accf1464bc6854ff69d08dd866189d17 (patch) | |
tree | 4d65c0251eb7c4b5e06cb5d3460f21b9bf112b99 /sound/pci | |
parent | 7ad7b218f4aae4f395b3b4cef261572556bbd20a (diff) |
ALSA: hda - Fix auto-parser of ALC269vb for HP pin NID 0x21
ALC269vb has an alternative HP pin 0x21 in addition.
Fix the parser to recognize it.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2971e48e50ad..fbbdfbc8a1ca 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -12869,6 +12869,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid, | |||
12869 | dac = 0x02; | 12869 | dac = 0x02; |
12870 | break; | 12870 | break; |
12871 | case 0x15: | 12871 | case 0x15: |
12872 | case 0x21: /* ALC269vb has this pin, too */ | ||
12872 | dac = 0x03; | 12873 | dac = 0x03; |
12873 | break; | 12874 | break; |
12874 | default: | 12875 | default: |