From: Takashi Iwai Date: Mon, 10 Dec 2012 16:07:16 +0000 (+0100) Subject: ALSA: hda/realtek - Simplify the output volume initialization X-Git-Tag: v3.9-rc1~129^2~70^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e635c93b0e385dc23d18c2a4047fc8857467bd;p=pandora-kernel.git ALSA: hda/realtek - Simplify the output volume initialization Simplify the output path initialization using the existing path information instead of assuming the topology specific to Realtek codecs. This is also implicitly a fix for some amp values on output pins where the old parser missed (e.g. ALC260 output pins). The same function alc_auto_set_output_and_unmute() can be used now for the multi-io activation, since the output selection means nothing but activating the given output path. And, finally at this stage, we can get rid of alc_go_down_to_selector() and other functions that are codec really specifically to Realtek codecs. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed