From: Mark Brown Date: Fri, 20 Jul 2012 16:29:34 +0000 (+0100) Subject: ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvements X-Git-Tag: v3.2.25~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad15432068b43135d7af36e555c9d48b0d37c3c3;p=pandora-kernel.git ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvements commit 0ff97ebf0804d2e519d578fcb4db03f104d2ca8c upstream. Ever since the DAPM performance improvements we've been marking all widgets as not dirty after each DAPM run. Since _PRE and _POST events aren't part of the DAPM graph this has rendered them non-functional, they will never be marked dirty again and thus will never be run again. Fix this by skipping them when marking widgets as not dirty. Signed-off-by: Mark Brown Acked-by: Liam Girdwood Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed