diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-05-22 16:04:45 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-22 16:04:45 +0200 |
commit | 181a152a09ccbf977ea69405cde4d87b5585de6c (patch) | |
tree | 7da9527a962994fb2c1202c7e63954c1f0e950f3 /include/sound | |
parent | 6ab97f25ad1c3883f0dc20d2d5b7dae30acade74 (diff) | |
parent | 9203dd016a5d8ffb2eb6acdca60cd0b5dfe38c2b (diff) |
Merge branch 'topic/hdmi' into for-next
Diffstat (limited to 'include/sound')
-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 @@ +#ifndef __SOUND_PCM_DRM_ELD_H +#define __SOUND_PCM_DRM_ELD_H + +int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld); + +#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 @@ +#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 |