Merge branch 'topic/hdmi' into for-next

This commit is contained in:
Takashi Iwai
2015-05-22 16:04:45 +02:00
6 changed files with 217 additions and 0 deletions

View File

@@ -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

View File

@@ -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