]> 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)
commit797d1601bcf5045d91e70a5e4795721642638971
tree95fce5b51dfb9eae52cd071f468812cca7f8fe56
parentce88222e1fb53c38d3b94c3b5ceebe1d2ab4956d
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]