UPSTREAM: 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)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 23 Jun 2016 03:11:20 +0000 (11:11 +0800)
commit0f0acce3cc5159c9b1479d45b7b59f24bf60a4da
tree5524bb24265d536ac6fdba8d878af471845e3369
parentb465564318562c50a89ab7250a60afc1e1985a71
UPSTREAM: 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>
(cherry picked from commit 09184118a8abae030539469848d475adcc0e5839)

Change-Id: I4fc0651b732c2604df58cb2e0ec5f5edeecdf412
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
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]