]> git.baikalelectronics.ru Git - kernel.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)
commitfaab2476cc47a37b07ea8d98cfe0c439380d218c
tree95fce5b51dfb9eae52cd071f468812cca7f8fe56
parentdd4a0ac5a66093ba1477238fa2d0e835dd935ff6
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]