From 24d1c0878add199218982e806ffdbfb24ad8485a Mon Sep 17 00:00:00 2001 From: Shiv Maliyappanahalli Date: Thu, 31 Aug 2017 15:26:09 -0700 Subject: [PATCH] asoc: codecs: add object to compile audio hdmi codec driver HDMI codec driver is not compiling as the corresponding object file is not set in the makefile. Add object file to SND_SOC_MSM_HDMI_CODEC_RX config. Change-Id: I6068f551db357e5bfa73ff5b51014347f38b925c Signed-off-by: Shiv Maliyappanahalli --- asoc/codecs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/asoc/codecs/Makefile b/asoc/codecs/Makefile index bb3a9356e8..7c55c59b78 100644 --- a/asoc/codecs/Makefile +++ b/asoc/codecs/Makefile @@ -42,3 +42,4 @@ wcd-core-objs := wcd9xxx-rst.o wcd9xxx-core-init.o \ wcd9335-regmap.o wcd9335-tables.o \ msm-cdc-pinctrl.o msm-cdc-supply.o obj-$(CONFIG_WCD9XXX_CODEC_CORE) += wcd-core.o +obj-$(CONFIG_SND_SOC_MSM_HDMI_CODEC_RX) := msm_hdmi_codec_rx.o