Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
authorAndy Whitcroft <apw@canonical.com>
Fri, 12 Nov 2010 17:01:02 +0000 (17:01 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:50:44 +0000 (06:50 -0700)
This reverts commit 7093079a8c9da1c3cc46096ac4dad66c928c3ea2.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

sound/pci/hda/patch_realtek.c

index 76ca816..c2eb6a7 100644 (file)
@@ -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;