From: Takashi Iwai Date: Thu, 10 Mar 2011 11:51:11 +0000 (+0100) Subject: ALSA: hda - Initialize special cases for input src in init phase X-Git-Tag: v2.6.37.5~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfb740ef2e6bda849828e3bb010551dde2a56d6;p=pandora-kernel.git ALSA: hda - Initialize special cases for input src in init phase commit 584c0c4c359bdac37d94157f8d7fc513d26c8328 upstream. Currently some special handling for the unusual case like dual-ADCs or a single-input-src is done in the tree-parse time in set_capture_mixer(). But this setup could be overwritten by static init verbs. This patch moves the initialization into the init phase so that such input-src setup won't be lost. Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed