Merge "ASoC: soc-dapm: Invalidate DAPM path during dapm addition of routes"

This commit is contained in:
Linux Build Service Account 2016-12-02 09:02:22 -08:00 committed by Gerrit - the friendly Code Review server
commit a12941769a

View file

@ -2623,7 +2623,6 @@ static int snd_soc_dapm_add_path(struct snd_soc_dapm_context *dapm,
dapm_mark_dirty(widgets[dir], "Route added");
}
if (dapm->card->instantiated && path->connect)
dapm_path_invalidate(path);
return 0;