]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - Handle missing NID 0x1b on ALC259 codec
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Jul 2010 08:51:10 +0000 (10:51 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:07:52 +0000 (18:07 -0500)
commit 5d4abf93ea3192cc666430225a29a4978c97c57d upstream.

Since ALC259/269 use the same parser of ALC268, the pin 0x1b was ignored
as an invalid widget.  Just add this NID to handle properly.
This will add the missing mixer controls for some devices.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/pci/hda/patch_realtek.c

index f310f3cae8960276967046a725994082018d5741..1df35cd8e93dfcd2607ae3a603344723c05442ff 100644 (file)
@@ -12911,6 +12911,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
                dac = 0x02;
                break;
        case 0x15:
+       case 0x1b:
        case 0x21: /* ALC269vb has this pin, too */
                dac = 0x03;
                break;