From: Takashi Iwai Date: Thu, 24 Jan 2013 15:31:35 +0000 (+0100) Subject: ALSA: hda - Fix wrong arguments for path deactivation checks X-Git-Tag: v3.9-rc1~129^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dddf2aed8ffc1fa30df92b57981dea146cdfc0f;p=pandora-kernel.git ALSA: hda - Fix wrong arguments for path deactivation checks The arguments to call is_active_nid() in activate_amp() were swapped, and this resulted in the muted amp on some SPDIF output pins. Also, the index to be passed to is_active_nid() must be idx_to_check. Otherwise it checks the wrong connection in the case of implicit aamix connection paths. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed