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

Commit b3154657 authored by Rohit Kumar's avatar Rohit Kumar
Browse files

autoconf: sdm670: add support to compile analog and digital codec



Make autoconf changes to enable compilation of
analog and digital codec separately.

Change-Id: I0e7da48ead0bfe535f9103776845e068a3c149d3
Signed-off-by: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent 1c88acb9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,5 +43,7 @@ CONFIG_SND_SOC_MSM_STUB=y
CONFIG_WCD_DSP_GLINK=y
CONFIG_MSM_AVTIMER=y
CONFIG_SND_SOC_SDM660_CDC=y
CONFIG_SND_SOC_ANALOG_CDC=y
CONFIG_SND_SOC_DIGITAL_CDC=y
CONFIG_SND_SOC_MSM_SDW=y
CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=y
+2 −0
Original line number Diff line number Diff line
@@ -56,5 +56,7 @@
#define CONFIG_SND_SOC_EXT_CODEC 1
#define CONFIG_SND_SOC_INT_CODEC 1
#define CONFIG_SND_SOC_SDM660_CDC 1
#define CONFIG_SND_SOC_ANALOG_CDC 1
#define CONFIG_SND_SOC_DIGITAL_CDC 1
#define CONFIG_SND_SOC_MSM_SDW 1
#define CONFIG_SND_SOC_MSM_HDMI_CODEC_RX 1