ASoC: omap-hdmi-audio: Add platform device for OMAP HDMI audio support
authorJyri Sarha <jsarha@ti.com>
Fri, 15 Aug 2014 12:44:44 +0000 (15:44 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 1 Dec 2014 09:09:23 +0000 (11:09 +0200)
commit50211be80290b061a923ea7e2d36a6865a48920a
tree758ca9208240ffdb171f98e459f0bd58fe396bc0
parent5872b35aaf78ad5dcaab15f2bc874058226615a1
ASoC: omap-hdmi-audio: Add platform device for OMAP HDMI audio support

The platform device should only be registered from OMAPDSS HDMI
driver. The platform driver registers and unregisters all ASoC
components needed for OMAP HDMI audio.

The hdmi audio driver implements cpu-dai component using the callbacks
provided by OMAPDSS and registers the component under DSS HDMI
device. Omap-pcm is registered for platform component also under DSS
HDMI device. Dummy codec is used as as codec component. The hdmi audio
driver implements also the card and registers it under its own
platform device.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/sound/omap-hdmi-audio.h [new file with mode: 0644]
sound/soc/omap/Kconfig
sound/soc/omap/Makefile
sound/soc/omap/omap-hdmi-audio.c [new file with mode: 0644]
This page took 0.030113 seconds and 5 git commands to generate.