From: Kailang Yang Date: Fri, 9 Apr 2010 08:57:33 +0000 (+0200) Subject: ALSA: hda - Fix auto-parser of ALC269vb for HP pin NID 0x21 X-Git-Tag: firefly_0821_release~10186^2~1021 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9dd88324a92d19152897e47f92fdf6b5cbbd2589;p=firefly-linux-kernel-4.4.55.git ALSA: hda - Fix auto-parser of ALC269vb for HP pin NID 0x21 commit 531d8791accf1464bc6854ff69d08dd866189d17 upstream. ALC269vb has an alternative HP pin 0x21 in addition. Fix the parser to recognize it. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai Cc: David Henningsson Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index feb33c7b0e47..6fffe63598f4 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -12389,6 +12389,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid, dac = 0x02; break; case 0x15: + case 0x21: /* ALC269vb has this pin, too */ dac = 0x03; break; default: