aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_via.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-08-31 08:27:10 +0200
committerTakashi Iwai <tiwai@suse.de>2009-08-31 08:27:10 +0200
commitbe0ae923a40bbee8a0f02c1cd4b70656e729096f (patch)
treefa18d300c59e7845c08290346587186c2890cff7 /sound/pci/hda/patch_via.c
parentALSA: hda - Fix ALC268/ALC269 headphone pin routing (diff)
parentALSA: hda - Fix MacBookPro 3,1/4,1 quirk with ALC889A (diff)
downloadlinux-dev-be0ae923a40bbee8a0f02c1cd4b70656e729096f.tar.xz
linux-dev-be0ae923a40bbee8a0f02c1cd4b70656e729096f.zip
Merge branch 'fix/hda' into topic/hda
Conflicts: sound/pci/hda/patch_realtek.c
Diffstat (limited to 'sound/pci/hda/patch_via.c')
-rw-r--r--sound/pci/hda/patch_via.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c
index ab90abb04ccd..ee89db90c9b6 100644
--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -1394,6 +1394,7 @@ static int patch_vt1708(struct hda_codec *codec)
if (!spec->adc_nids && spec->input_mux) {
spec->adc_nids = vt1708_adc_nids;
spec->num_adc_nids = ARRAY_SIZE(vt1708_adc_nids);
+ get_mux_nids(codec);
spec->mixers[spec->num_mixers] = vt1708_capture_mixer;
spec->num_mixers++;
}