summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown2018-01-12 13:28:52 +0100
committerMark Brown2018-01-12 13:28:52 +0100
commit84d306237bbe1af02ee782a54347752c75b97ca6 (patch)
treefaa5db0797ebdf9db4acfbc8ad5d55931b3d5739 /include/sound
parentMerge remote-tracking branch 'asoc/topic/qcom' into asoc-next (diff)
parentASoC: rcar: tidyup simple-card example for CPU node (diff)
downloadkernel-qcow2-linux-84d306237bbe1af02ee782a54347752c75b97ca6.tar.gz
kernel-qcow2-linux-84d306237bbe1af02ee782a54347752c75b97ca6.tar.xz
kernel-qcow2-linux-84d306237bbe1af02ee782a54347752c75b97ca6.zip
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 1a7323238c49..22f479e1da0a 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,