ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
authorJyri Sarha <jsarha@ti.com>
Thu, 31 Mar 2016 13:36:00 +0000 (16:36 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 18 Apr 2016 17:09:18 +0000 (18:09 +0100)
commit09184118a8abae030539469848d475adcc0e5839
treea7f94de2481b06fdc80f678c2a04899eab7d77ee
parent4a462ce084d5beb92cfc68f53f88c035c82e6b59
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>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Acked-by: PC Liao <pc.liao@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
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]
This page took 0.041155 seconds and 5 git commands to generate.