diff options
author | Mark Brown <broonie@kernel.org> | 2015-11-25 17:57:47 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-25 17:57:47 +0000 |
commit | 98409bfd01ace615c841fa8d42c5e248cdfb8ec9 (patch) | |
tree | 1874f61db490eda3bd29bc5e8e188df3e787a689 /include | |
parent | dfc956d8ee0b84eaba29434b7e5699bd81fed684 (diff) | |
parent | 1a7aaa58ec7aaa389cd6b200809908ec472d316b (diff) |
Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc-dapm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 7855cfe46b69..95a937eafb79 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -398,6 +398,7 @@ int snd_soc_dapm_del_routes(struct snd_soc_dapm_context *dapm, int snd_soc_dapm_weak_routes(struct snd_soc_dapm_context *dapm, const struct snd_soc_dapm_route *route, int num); void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w); +void snd_soc_dapm_reset_cache(struct snd_soc_dapm_context *dapm); /* dapm events */ void snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, |