ALSA: hda - Add missing mux check for VT1708
authorTakashi Iwai <tiwai@suse.de>
Mon, 31 Aug 2009 06:12:29 +0000 (08:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 31 Aug 2009 06:12:29 +0000 (08:12 +0200)
commit0f67a611629f84dd0afacd23d422b4b9c2558285
tree5f10873b27f151a96be1ae0630696231a69ecaa0
parent3abf2f3639959e4f53f209f93cd4d93fe9356de1
ALSA: hda - Add missing mux check for VT1708

In patch_vt1708(), the check of MUX nids is missing and this results in
the -EINVAL error in accessing Input Source mixer element.  Simpliy
adding the call of get_mux_nids() fixes the problem.

Reference: Novell bnc#534904
https://bugzilla.novell.com/show_bug.cgi?id=534904

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_via.c