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 <smaliyap@codeaurora.org>
This commit is contained in:
parent
13a66c87f4
commit
24d1c0878a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue