]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
authorJyri Sarha <jsarha@ti.com>
Fri, 18 Sep 2015 11:06:40 +0000 (14:06 +0300)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 14 Jan 2016 11:51:02 +0000 (11:51 +0000)
commit5c80eaf4114afcaeed9bd4870de62875a43502a1
treeb73a007144d58711effce53fa944361d2c36c8b2
parentafd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc
ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders

The hdmi-codec is a platform device driver to be registered from
drivers of external HDMI encoders with I2S and/or spdif interface. The
driver in turn registers an ASoC codec for the HDMI encoder's audio
functionality.

The structures and definitions in the API header are mostly redundant
copies of similar structures in ASoC headers. This is on purpose to
avoid direct dependencies to ASoC structures in video side driver.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Conflicts:
sound/soc/codecs/Makefile

Conflicts:
sound/soc/codecs/Makefile
include/sound/hdmi-codec.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/hdmi-codec.c [new file with mode: 0644]