]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Aug 2017 10:51:34 +0000 (12:51 +0200)
commita26e27f81768c3203adce2c9a735e2666f14a2b8
tree146292294264b6241fadc8150a3389003ab1dd04
parentfd84080d84760e898e9155dcf252421dd1dde988
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]