From: Takashi Iwai Date: Sat, 4 May 2013 08:57:16 +0000 (+0200) Subject: ALSA: hda - Fix 3.9 regression of EAPD init on Conexant codecs X-Git-Tag: v3.10-rc1~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff359b14919c379a365233aa2e1dd469efac8ce8;p=pandora-kernel.git ALSA: hda - Fix 3.9 regression of EAPD init on Conexant codecs The older Conexant codecs have up to two EAPDs and these are supposed to be rather statically turned on. The new generic parser code assumes the dynamic on/off per path usage, thus it resulted in the silent output on some machines. This patch fixes the problem by simply assuming the static EAPD on for such old Conexant codecs as we did until 3.8 kernel. Reported-and-tested-by: Christopher K. Cc: [v3.9] Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed