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

Commit 37dacc9f authored by Prasad Kumpatla's avatar Prasad Kumpatla Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarPrasad Kumpatla <nkumpat@codeaurora.org>
parent c093d81c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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