diff options
author | Mark Brown <broonie@kernel.org> | 2018-01-18 11:55:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-18 11:55:37 +0000 |
commit | 078b3a0205cba12302d40ce04a24c0edaa6842ce (patch) | |
tree | 69d5b79691fd894866b89798329c42efc7c641b5 /include/sound | |
parent | 5f7a0ea9fe0e1874ff339ab42fdde89f0ccee411 (diff) | |
parent | 2ca69d73bc05a55edb95689d436ce87974a3162e (diff) | |
download | linux-078b3a0205cba12302d40ce04a24c0edaa6842ce.tar.bz2 |
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 6e865c2bcffe..8fd59dadaf01 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -494,6 +494,8 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num); int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num); #endif +void snd_soc_disconnect_sync(struct device *dev); + struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card, const char *dai_link, int stream); struct snd_soc_pcm_runtime *snd_soc_get_pcm_runtime(struct snd_soc_card *card, |