From bc24586075908e98f03b3d78a79d1e979995b551 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Fri, 12 Nov 2010 17:01:02 +0000 Subject: [PATCH] Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec" This reverts commit 7093079a8c9da1c3cc46096ac4dad66c928c3ea2. 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 76ca816..c2eb6a7 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: + case 0x1b: /* ALC259/269 only */ case 0x21: /* ALC269vb has this pin, too */ dac = 0x03; break; -- 1.7.10.4