ASoC: msm: 8974: Add HDMI codec driver
Currently HDMI audio support is implemented with HDMI CPU driver and
dummy codec driver. HDMI CPU DAI configures both QDSP6 AFE and also
HDMI controller. This patch moves the functionality of HDMI codec
driver out of combined HDMI CPU and codec driver into a ASoc codec
driver.
Change-Id: Iee190c0524558136b228a443efc6690dc30a7287
Signed-off-by: Kiran Kandi <kkandi@codeaurora.org>
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index b211ac4..1b46499 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -448,3 +448,6 @@
config SND_SOC_MSM_STUB
tristate
+
+config SND_SOC_MSM_HDMI_CODEC_RX
+ tristate