summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrasad Kumpatla <nkumpat@codeaurora.org>2020-08-06 11:59:13 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-08-25 22:49:15 -0700
commit37dacc9fd3fc8cde5e3abdf13de97c7fd3bf9ded (patch)
tree495d6b91061ee1b086c27ecfadd2dbf7210ccb37
parentc093d81c8837e7e78b9c9d1f0cfccaab0ba7c777 (diff)
downloadmsm-extra-37dacc9fd3fc8cde5e3abdf13de97c7fd3bf9ded.tar.gz
config: kona: Disable MI2S, TDM and AUXPCM interfaces
Disable MI2S, TDM and AUXPCM interfaces to avoid unnecessary registration of mixer controls and improve performance in loading mixer paths. Change-Id: Id0e37ee772ac10a84eb683a4f8736e7f6ff42fad Signed-off-by: Prasad Kumpatla <nkumpat@codeaurora.org>
-rw-r--r--config/konaauto.conf2
-rw-r--r--config/konaautoconf.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/konaauto.conf b/config/konaauto.conf
index 74ca2d48..e88e51e9 100644
--- a/config/konaauto.conf
+++ b/config/konaauto.conf
@@ -37,3 +37,5 @@ export CONFIG_SND_SOC_KONA=m
export CONFIG_SND_EVENT=m
export CONFIG_VOICE_MHI=m
export CONFIG_DIGITAL_CDC_RSC_MGR=m
+export CONFIG_TDM_DISABLE=m
+export CONFIG_AUXPCM_DISABLE=m
diff --git a/config/konaautoconf.h b/config/konaautoconf.h
index e489b41a..1a8038e3 100644
--- a/config/konaautoconf.h
+++ b/config/konaautoconf.h
@@ -41,3 +41,5 @@
#define CONFIG_SND_EVENT 1
#define CONFIG_VOICE_MHI 1
#define CONFIG_DIGITAL_CDC_RSC_MGR 1
+#define CONFIG_TDM_DISABLE 1
+#define CONFIG_AUXPCM_DISABLE 1