aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-07-30 04:51:10 -0400
committerTakashi Iwai <tiwai@suse.de>2010-07-30 04:51:10 -0400
commit5d4abf93ea3192cc666430225a29a4978c97c57d (patch)
treec678f9cc1740a934bd76e3ae22ff298334acdff3 /sound/pci/hda
parent757899aceebc33d9f86bbc481be7b7bf861e89ac (diff)
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: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 442adef38c5b..bdea95aee448 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -13144,6 +13144,7 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
13144 dac = 0x02; 13144 dac = 0x02;
13145 break; 13145 break;
13146 case 0x15: 13146 case 0x15:
13147 case 0x1b:
13147 case 0x21: /* ALC269vb has this pin, too */ 13148 case 0x21: /* ALC269vb has this pin, too */
13148 dac = 0x03; 13149 dac = 0x03;
13149 break; 13150 break;