]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit838d1631b766529213684f07dd71cdf2e92f0623
tree95fce5b51dfb9eae52cd071f468812cca7f8fe56
parentb787f68c36d49bb1d9236f403813641efa74a031
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 <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]