summaryrefslogtreecommitdiffstats
path: root/include/sound/pcm_iec958.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-06-14 11:13:53 +0100
committerMark Brown <broonie@kernel.org>2021-06-14 11:13:53 +0100
commit116b1e12b72f308b28af5b17081fdb9e1942a8ea (patch)
tree0cfd3f553c015c1f0ec22075117e2f78c2a5fa00 /include/sound/pcm_iec958.h
parent3ea8a7459861def90bbb184396651d47a4cf4f20 (diff)
parent2fef64eec23a0840c97977b16dd8919afaffa876 (diff)
downloadlinux-116b1e12b72f308b28af5b17081fdb9e1942a8ea.tar.bz2
Merge tag 'asoc-hdmi-codec-improvements-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into asoc-5.14
Improvements to the hdmi-codec driver and ALSA infrastructure around it to support the HDMI Channel Mapping and IEC958 controls
Diffstat (limited to 'include/sound/pcm_iec958.h')
-rw-r--r--include/sound/pcm_iec958.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sound/pcm_iec958.h b/include/sound/pcm_iec958.h
index 0939aa45e2fe..64e84441cde1 100644
--- a/include/sound/pcm_iec958.h
+++ b/include/sound/pcm_iec958.h
@@ -4,6 +4,14 @@
#include <linux/types.h>
+int snd_pcm_create_iec958_consumer_default(u8 *cs, size_t len);
+
+int snd_pcm_fill_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
+ size_t len);
+
+int snd_pcm_fill_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
+ u8 *cs, size_t len);
+
int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
size_t len);