aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/Kconfig
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2014-08-15 08:44:44 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-12-01 04:09:23 -0500
commit50211be80290b061a923ea7e2d36a6865a48920a (patch)
tree758ca9208240ffdb171f98e459f0bd58fe396bc0 /sound/soc/omap/Kconfig
parent5872b35aaf78ad5dcaab15f2bc874058226615a1 (diff)
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>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r--sound/soc/omap/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index d44463a7b0fa..2b32b3e58bf1 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -15,6 +15,21 @@ config SND_OMAP_SOC_MCPDM
15config SND_OMAP_SOC_HDMI 15config SND_OMAP_SOC_HDMI
16 tristate 16 tristate
17 17
18config SND_OMAP_SOC_HDMI_AUDIO
19 tristate "HDMI audio support for OMAP4+ based SoCs"
20 depends on SND_OMAP_SOC
21 help
22 For HDMI audio to work OMAPDSS HDMI support should be
23 enabled.
24 The hdmi audio driver implements cpu-dai component using the
25 callbacks provided by OMAPDSS and registers the component
26 under DSS HDMI device. Omap-pcm is registered for platform
27 component also under DSS HDMI device. Dummy codec is used as
28 as codec component. The hdmi audio driver implements also
29 the card and registers it under its own platform device.
30 The device for the dirver is registered by OMAPDSS hdmi
31 driver.
32
18config SND_OMAP_SOC_N810 33config SND_OMAP_SOC_N810
19 tristate "SoC Audio support for Nokia N810" 34 tristate "SoC Audio support for Nokia N810"
20 depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C 35 depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C