diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/pcm_drm_eld.h | 6 | ||||
-rw-r--r-- | include/sound/pcm_iec958.h | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/include/sound/pcm_drm_eld.h b/include/sound/pcm_drm_eld.h new file mode 100644 index 000000000000..93357b25d2e2 --- /dev/null +++ b/include/sound/pcm_drm_eld.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __SOUND_PCM_DRM_ELD_H | ||
2 | #define __SOUND_PCM_DRM_ELD_H | ||
3 | |||
4 | int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld); | ||
5 | |||
6 | #endif | ||
diff --git a/include/sound/pcm_iec958.h b/include/sound/pcm_iec958.h new file mode 100644 index 000000000000..0eed397aca8e --- /dev/null +++ b/include/sound/pcm_iec958.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __SOUND_PCM_IEC958_H | ||
2 | #define __SOUND_PCM_IEC958_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | |||
6 | int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs, | ||
7 | size_t len); | ||
8 | |||
9 | #endif | ||