]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ALSA: hda - Handle pin NID 0x1a on ALC259/269
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Jul 2010 12:08:25 +0000 (14:08 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Sep 2010 20:36:11 +0000 (13:36 -0700)
commit b08b1637ce1c0196970348bcabf40f04b6b3d58e upstream.

The pin NID 0x1a should be handled as well as NID 0x1b.
Also added comments.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c

index ffe4c32948dbd2151768d55676b9e31333c8da52..2b9c88990a7bef27091094851fe2e0f4a686615c 100644 (file)
@@ -13026,7 +13026,8 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
                dac = 0x02;
                break;
        case 0x15:
-       case 0x1b:
+       case 0x1a: /* ALC259/269 only */
+       case 0x1b: /* ALC259/269 only */
        case 0x21: /* ALC269vb has this pin, too */
                dac = 0x03;
                break;