From: Takashi Iwai Date: Tue, 19 Jan 2010 14:38:44 +0000 (+0100) Subject: ALSA: hda - Fix parsing pin node 0x21 on ALC259 X-Git-Tag: v2.6.33-rc8~1^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4feabefe53eb3742f0b2773a43200d1686f3a288;p=profile%2Fivi%2Fkernel-x86-ivi.git ALSA: hda - Fix parsing pin node 0x21 on ALC259 ALC259 has a widget NID 0x21 for the output pin, but it wasn't handled properly in alc268_new_analog_output(). Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3f92def..79cdae3 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -12541,6 +12541,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid, dac = 0x02; break; case 0x15: + case 0x21: dac = 0x03; break; default: