From: Takashi Iwai Date: Thu, 13 Dec 2012 15:43:52 +0000 (+0100) Subject: ALSA: hda/realtek - Fix initialization of input amps in output paths X-Git-Tag: v3.9-rc1~129^2~70^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9366ede7fd2c3ac7ed3a79c5d7c5ee4ad97043b8;p=pandora-kernel.git ALSA: hda/realtek - Fix initialization of input amps in output paths When initializing the output paths, we assumed the input amps have almost two inputs blindly. It's not only generic but even incorrect for some codecs like ALC268 & co. Also, the same assumption (two sources) exists for the bind input-amp controls. This patch changes the codes in these places to handle the input connections in a more generic way. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed