diff options
author | Mark Brown <broonie@kernel.org> | 2015-11-25 20:57:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-25 20:57:47 +0300 |
commit | 98409bfd01ace615c841fa8d42c5e248cdfb8ec9 (patch) | |
tree | 1874f61db490eda3bd29bc5e8e188df3e787a689 /sound/soc/soc-topology.c | |
parent | dfc956d8ee0b84eaba29434b7e5699bd81fed684 (diff) | |
parent | 1a7aaa58ec7aaa389cd6b200809908ec472d316b (diff) | |
download | linux-98409bfd01ace615c841fa8d42c5e248cdfb8ec9.tar.xz |
Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
Diffstat (limited to 'sound/soc/soc-topology.c')
-rw-r--r-- | sound/soc/soc-topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index 8d7ec80af51b..cce63fe65dd9 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -1805,6 +1805,7 @@ void snd_soc_tplg_widget_remove_all(struct snd_soc_dapm_context *dapm, snd_soc_tplg_widget_remove(w); snd_soc_dapm_free_widget(w); } + snd_soc_dapm_reset_cache(dapm); } EXPORT_SYMBOL_GPL(snd_soc_tplg_widget_remove_all); |