]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Initialize special cases for input src in init phase
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Mar 2011 11:51:11 +0000 (12:51 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Mar 2011 14:02:14 +0000 (15:02 +0100)
commit584c0c4c359bdac37d94157f8d7fc513d26c8328
treeaecf2c4a8f6a21427bc9f136f6e840494ae00051
parenta09e89f67ca56d6fa7634bd0738d64fa61bc3c39
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>
sound/pci/hda/patch_realtek.c