From: Lars-Peter Clausen Date: Tue, 27 Aug 2013 13:50:54 +0000 (+0200) Subject: ASoC: dapm: Fix marking widgets dirty when a route is added X-Git-Tag: v3.12-rc1~150^2~1^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34742cb02bd368c1af3349c041d3e4446f7ac6ef;p=pandora-kernel.git ASoC: dapm: Fix marking widgets dirty when a route is added The current calls to dapm_mark_dirty() in snd_soc_dapm_add_path() are on a path that is only reached if the sink widget is either a mixer or a mux. Move the calls further up so they are called for all widget types. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed