Merge branch 'topic/hdmi' into for-next
This commit is contained in:
commit
181a152a09
6 changed files with 217 additions and 0 deletions
6
include/sound/pcm_drm_eld.h
Normal file
6
include/sound/pcm_drm_eld.h
Normal 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
|
||||
9
include/sound/pcm_iec958.h
Normal file
9
include/sound/pcm_iec958.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue