From fa7ef37bf817b6fcfb221b7074c1aec8eb764276 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Fri, 12 Nov 2010 17:00:10 +0000 Subject: [PATCH] Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269" This reverts commit eed7c0e7e41020539a384e56de757a4f28302e20. Signed-off-by: Andy Whitcroft --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c2eb6a7..76ca816 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -13594,7 +13594,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid, break; case 0x15: case 0x1a: /* ALC259/269 only */ - case 0x1b: /* ALC259/269 only */ + case 0x1b: case 0x21: /* ALC269vb has this pin, too */ dac = 0x03; break; -- 1.7.10.4