Browse Source

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 <[email protected]>
Shiv Maliyappanahalli 7 years ago
parent
commit
24d1c0878a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      asoc/codecs/Makefile

+ 1 - 0
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