From: Russell King Date: Sat, 9 May 2015 10:26:42 +0000 (+0100) Subject: ALSA: pcm: add DRM ELD helper X-Git-Tag: omap-for-v4.3/legacy-v2-signed~142^2~77^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=838d1631b766529213684f07dd71cdf2e92f0623;p=pandora-kernel.git ALSA: pcm: add DRM ELD helper 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 Reviewed-by: Mark Brown Signed-off-by: Takashi Iwai --- 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 Reading git-diff-tree failed