commit | 9366ede7fd2c3ac7ed3a79c5d7c5ee4ad97043b8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Dec 13 16:43:52 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jan 10 10:34:30 2013 +0100 |
tree | d9422a37d30c4666f18ed6887ed928981ce33d75 | |
parent | bd32f782b956e6a3040696899a818387ecbe17bc [diff] |
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 <tiwai@suse.de>