Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c8e85f6 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ASoC: wcd9xxx: compile codec hwdep file for wcd9xxx-v2



Hardware dependent nodes are used for used for pushing
codec calibration to codec driver. These are used in codec
drivers supported as part of wcd9xxx-v2. Add entry to compile
the hwdep source file for wcd9xxx-v2 as well.

Change-Id: I758eea32815b70ad4ccd24491ff606817c445da2
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 7f40ea4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -163,7 +163,7 @@ snd-soc-wcd9330-objs := wcd9330.o wcd9330-tables.o
snd-soc-wcd9335-objs := wcd9335.o
snd-soc-wcd9335-objs := wcd9335.o
snd-soc-wcd934x-objs := wcd934x.o
snd-soc-wcd934x-objs := wcd934x.o
snd-soc-wcd9xxx-objs := wcd9xxx-resmgr.o wcd9xxx-mbhc.o wcd9xxx-common.o wcdcal-hwdep.o
snd-soc-wcd9xxx-objs := wcd9xxx-resmgr.o wcd9xxx-mbhc.o wcd9xxx-common.o wcdcal-hwdep.o
snd-soc-wcd9xxx-v2-objs := wcd9xxx-common-v2.o wcd9xxx-resmgr-v2.o
snd-soc-wcd9xxx-v2-objs := wcd9xxx-common-v2.o wcd9xxx-resmgr-v2.o wcdcal-hwdep.o
ifeq ($(CONFIG_COMMON_CLK_MSM), y)
ifeq ($(CONFIG_COMMON_CLK_MSM), y)
	audio-ext-clock-objs := audio-ext-clk.o
	audio-ext-clock-objs := audio-ext-clk.o
endif
endif