commit | 584c0c4c359bdac37d94157f8d7fc513d26c8328 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Mar 10 12:51:11 2011 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 14 15:02:14 2011 +0100 |
tree | aecf2c4a8f6a21427bc9f136f6e840494ae00051 | |
parent | a09e89f67ca56d6fa7634bd0738d64fa61bc3c39 [diff] |
ALSA: hda - Initialize special cases for input src in init phase 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. Cc: <stable@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>