These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / sound / pcm_iec958.h
diff --git a/kernel/include/sound/pcm_iec958.h b/kernel/include/sound/pcm_iec958.h
new file mode 100644 (file)
index 0000000..0eed397
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __SOUND_PCM_IEC958_H
+#define __SOUND_PCM_IEC958_H
+
+#include <linux/types.h>
+
+int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
+       size_t len);
+
+#endif