From: Takashi Iwai Date: Thu, 20 Dec 2012 11:54:18 +0000 (+0100) Subject: ALSA: hda - Fix wrong dirty check in snd_hda_codec_resume_amp() X-Git-Tag: v3.9-rc1~129^2~70^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8565f052c5f696ba095a078ea7dbac32460012be;p=pandora-kernel.git ALSA: hda - Fix wrong dirty check in snd_hda_codec_resume_amp() The dirty entry has to be checked at the beginning in the loop, not in the inner loop for channels. This caused a regression that the right channel isn't properly written. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed