Skip to content
Snippets Groups Projects
Commit ac89f59e authored by Ravi Kumar Alamanda's avatar Ravi Kumar Alamanda Committed by Thierry Strudel
Browse files

ASoC: msm: disable unwanted module


- disable compilation of unwanted modules

Bug: 27976772
Bug: 27531992
Change-Id: I9df4efd899032fb9219a286fe469d7b2f476686f
Signed-off-by: default avatarvivek mehta <mvivek@codeaurora.org>
parent 3205bf63
Branches
Tags
No related merge requests found
......@@ -83,45 +83,6 @@ config AUDIO_OCMEM
OCMEM gets exercised for low-power
audio and voice use cases.
config DOLBY_DAP
bool "Enable Dolby DAP"
depends on SND_SOC_MSM_QDSP6V2_INTF
help
To add support for dolby DAP post processing.
This support is to configure the post processing parameters
to DSP. The configuration includes sending the end point
device, end point dependent post processing parameters and
the various posrt processing parameters
config DTS_EAGLE
bool "Enable DTS Eagle Support"
depends on SND_SOC_MSM_QDSP6V2_INTF
select SND_HWDEP
help
To add DTS Eagle support on QDSP6 targets.
Eagle is a DTS pre/post processing
package that includes HeadphoneX. The configuration
includes sending tuning parameters of various modules.
config DOLBY_DS2
bool "Enable Dolby DS2"
depends on SND_SOC_MSM_QDSP6V2_INTF
help
To add support for dolby DAP post processing.
This support is to configure the post processing parameters
to DSP. The configuration includes sending the end point
device, end point dependent post processing parameters and
the various posrt processing parameters
config DTS_SRS_TM
bool "Enable DTS SRS"
depends on SND_SOC_MSM_QDSP6V2_INTF
help
To add support for DTS SRS post processing.
This support is to configure the post processing
parameters to DSP. The configuration includes sending
tuning parameters of various modules.
config QTI_PP
bool "Enable QTI PP"
depends on SND_SOC_MSM_QDSP6V2_INTF
......@@ -151,8 +112,6 @@ config SND_SOC_MSM8974
select SND_SOC_WCD9320
select SND_DYNAMIC_MINORS
select AUDIO_OCMEM
select DOLBY_DAP
select DTS_SRS_TM
select QTI_PP
help
To add support for SoC audio on MSM8974.
......@@ -171,7 +130,6 @@ config SND_SOC_APQ8074
select SND_SOC_MSM_HDMI_CODEC_RX
select SND_DYNAMIC_MINORS
select AUDIO_OCMEM
select DTS_SRS_TM
select QTI_PP
help
To add support for SoC audio on APQ8074.
......@@ -188,8 +146,6 @@ config SND_SOC_MSM8226
select SND_SOC_MSM_HOSTLESS_PCM
select SND_SOC_WCD9306
select SND_DYNAMIC_MINORS
select DOLBY_DAP
select DTS_SRS_TM
select QTI_PP
select SND_HWDEP
help
......@@ -234,11 +190,8 @@ config SND_SOC_APQ8084
select SND_SOC_WCD9320
select SND_DYNAMIC_MINORS
select AUDIO_OCMEM
select DOLBY_DAP
select DTS_SRS_TM
select QTI_PP
select SND_SOC_CPE
select DOLBY_DS2
select SND_HWDEP
help
To add support for SoC audio on APQ8084.
......@@ -258,9 +211,6 @@ config SND_SOC_MSM8X16
select MFD_CORE
select SND_DYNAMIC_MINORS
select QTI_PP
select DTS_SRS_TM
select DOLBY_DAP
select DOLBY_DS2
select MSM_QDSP6_APRV3
select MSM_QDSP6V2_CODECS
select SND_SOC_CPE
......@@ -283,12 +233,9 @@ config SND_SOC_MSM8909
select MFD_CORE
select SND_DYNAMIC_MINORS
select QTI_PP
select DTS_SRS_TM
select DOLBY_DAP
select MSM_QDSP6_APRV3
select MSM_QDSP6V2_CODECS
select SND_HWDEP
select DOLBY_DS2
help
To add support for SoC audio on MSM8909.
This will enable sound soc drivers which
......@@ -319,12 +266,9 @@ config SND_SOC_MSM8994
select SND_SOC_WCD9330
select SND_SOC_MSM_HDMI_CODEC_RX
select QTI_PP
select DTS_SRS_TM
select SND_SOC_CPE
select MSM_ULTRASOUND
select DOLBY_DS2
select SND_HWDEP
select DTS_EAGLE
help
To add support for SoC audio on MSM8994.
This will enable sound soc drivers which
......
......
......@@ -9,10 +9,6 @@ snd-soc-qdsp6v2-objs += msm-dai-q6-v2.o msm-pcm-q6-v2.o msm-pcm-routing-v2.o \
obj-$(CONFIG_SND_SOC_QDSP6V2) += snd-soc-qdsp6v2.o msm-pcm-dtmf-v2.o \
msm-dai-stub-v2.o
obj-$(CONFIG_SND_HWDEP) += msm-pcm-routing-devdep.o
obj-$(CONFIG_DTS_EAGLE) += msm-dts-eagle.o
obj-$(CONFIG_DOLBY_DAP) += msm-dolby-dap-config.o
obj-$(CONFIG_DOLBY_DS2) += msm-ds2-dap-config.o
obj-$(CONFIG_DTS_SRS_TM) += msm-dts-srs-tm-config.o
obj-$(CONFIG_QTI_PP) += msm-qti-pp-config.o
obj-y += audio_calibration.o audio_cal_utils.o q6adm.o q6afe.o q6asm.o \
q6audio-v2.o q6voice.o q6core.o rtac.o q6lsm.o audio_slimslave.o
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment