]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix VIA output-path init for VT2002P/1802/1812
authorLydia Wang <lydiawang@viatech.com.cn>
Fri, 8 Jul 2011 06:02:52 +0000 (14:02 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 8 Jul 2011 06:18:29 +0000 (08:18 +0200)
commit50871880b57dc30c88f2b152e50ebc573403be71
treeee6858739ed3fda6fe857ac6562335930f902cbf
parent4a75d6d80d41f8ce9ae1548441ee57c00b8a4da8
ALSA: hda - Fix VIA output-path init for VT2002P/1802/1812

For VT2002P, VT1802 and VT1812 codecs, the original activate_output_path()
function can't initialize output and hp path correctly, since mixers connected to
output pin widgets are not considered. So modify the activate_output_path()
function to satisify this kind of codec.

Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_via.c