ALSA: pcm: add DRM ELD helper
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 9 May 2015 10:26:42 +0000 (11:26 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 22 May 2015 14:01:44 +0000 (16:01 +0200)
Add a helper for the EDID like data structure, which is typically passed
from a HDMI adapter to its associated audio driver.  This informs the
audio driver of the capabilities of the attached HDMI sink.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Reviewed-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm_drm_eld.h [new file with mode: 0644]
sound/core/Kconfig
sound/core/Makefile
sound/core/pcm_drm_eld.c [new file with mode: 0644]

diff --git a/include/sound/pcm_drm_eld.h b/include/sound/pcm_drm_eld.h
new file mode 100644 (file)
index 0000000..93357b2
--- /dev/null
@@ -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
Simple merge
Simple merge
Simple merge