Commit 5d4abf93 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Handle missing NID 0x1b on ALC259 codec

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 757899ac
......@@ -13144,6 +13144,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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment