From: Takashi Iwai Date: Wed, 11 Jan 2012 11:34:11 +0000 (+0100) Subject: ALSA: hda - Fix the lost power-setup of seconary pins after PM resume X-Git-Tag: v3.3-rc1~88^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2cbba7602383cd9cdd21f0a5d0b8bd1aad47b33;p=pandora-kernel.git ALSA: hda - Fix the lost power-setup of seconary pins after PM resume When multiple headphone or other detectable output pins are present, the power-map has to be updated after resume appropriately, but the current driver doesn't check all pins but only the first pin (since it's enough to check it for the mute-behavior). This resulted in the silent output from the secondary outputs after PM resume. This patch fixes the problem by checking all pins at (re-)init time. Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=740347 Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed