From: Takashi Iwai Date: Mon, 13 Feb 2012 14:04:06 +0000 (+0100) Subject: ALSA: hda - Fix initialization of secondary capture source on VT1705 X-Git-Tag: v3.3-rc4~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1156c0b0f7ad45ec03d919866349eeca2bf18c;p=pandora-kernel.git ALSA: hda - Fix initialization of secondary capture source on VT1705 VT1705 codec has two ADCs where the secondary ADC has no MUX but only a fixed connection to the mic pin. This confused the driver and it tries always overriding the input-source selection by assumption of the existing MUX for the secondary ADC, resulted in resetting the input-source at each time PM (including power-saving) occurs. The fix is simply to check the existence of MUX for secondary ADCs in the initialization code. Tested-by: Anisse Astier Cc: [v3.1+] Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed