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

Commit a893f62b authored by Sachin Mohan Gadag's avatar Sachin Mohan Gadag Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: apq8009: add changes to build machine driver



Add changes to Makefile and Kconfig files to compile the
apq8009-i2s-ext-codec machine driver.

CRs-fixed: 1056157
Change-Id: I52464b696df546bb7b098da7e07de08dc39c24c9
Signed-off-by: default avatarYamit Mehta <ymehta@codeaurora.org>
parent ee11ba79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -230,4 +230,6 @@
#define clk_audio_ap_clk                        0x312ac429
#define clk_audio_pmi_clk                       0xb7ba2274

#define clk_audio_lpass_mclk			0x575ec22b

#endif
+3 −0
Original line number Diff line number Diff line
@@ -242,6 +242,9 @@ config SND_SOC_MSM8909
	select MSM_QDSP6V2_CODECS
	select SND_SOC_MSM8X16_WCD
	select SND_SOC_WSA881X_ANALOG
	select SND_SOC_WSA881X
	select SND_SOC_WCD9335
        select SND_SOC_CPE
	select SND_HWDEP
	help
	 To add support for SoC audio on MSM8909 boards.
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ snd-soc-mdm9607-objs := mdm9607.o
obj-$(CONFIG_SND_SOC_MDM9607) += snd-soc-mdm9607.o

# for MSM 8909 sound card driver
snd-soc-msm8909-objs := msm8952.o msm-audio-pinctrl.o
snd-soc-msm8909-objs := msm8952.o msm-audio-pinctrl.o apq8009-i2s-ext-codec.o
obj-$(CONFIG_SND_SOC_MSM8909) += snd-soc-msm8909.o

# for MDM9640 sound card driver