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

Commit cc58384b authored by Aditya Bavanari's avatar Aditya Bavanari Committed by Gerrit - the friendly Code Review server
Browse files

config: Enable digital codec resource manager config



Enable digital codec resource manager config for Lahaina,
kona, lito and bengal targets.

Change-Id: Ie41a9e61032d20d4deaa95b0669c509ff9b14968
Signed-off-by: default avatarAditya Bavanari <abavanar@codeaurora.org>
parent 93afa626
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,3 +38,4 @@ CONFIG_SND_EVENT=m
CONFIG_TDM_DISABLE=m
CONFIG_MI2S_DISABLE=m
CONFIG_AUXPCM_DISABLE=m
CONFIG_DIGITAL_CDC_RSC_MGR=m
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#define CONFIG_PINCTRL_LPI 1
@@ -42,3 +42,4 @@
#define CONFIG_TDM_DISABLE 1
#define CONFIG_MI2S_DISABLE 1
#define CONFIG_AUXPCM_DISABLE 1
#define CONFIG_DIGITAL_CDC_RSC_MGR 1
+1 −0
Original line number Diff line number Diff line
@@ -36,3 +36,4 @@ export CONFIG_SND_SOC_WCD938X_SLAVE=m
export CONFIG_SND_SOC_KONA=m
export CONFIG_SND_EVENT=m
export CONFIG_VOICE_MHI=m
export CONFIG_DIGITAL_CDC_RSC_MGR=m
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 */

#define CONFIG_PINCTRL_LPI 1
@@ -40,3 +40,4 @@
#define CONFIG_SND_SOC_KONA 1
#define CONFIG_SND_EVENT 1
#define CONFIG_VOICE_MHI 1
#define CONFIG_DIGITAL_CDC_RSC_MGR 1
+1 −0
Original line number Diff line number Diff line
@@ -35,3 +35,4 @@ export CONFIG_SND_SOC_SWR_DMIC=m
export CONFIG_SND_SOC_LAHAINA=m
export CONFIG_SND_EVENT=m
export CONFIG_SND_SWR_HAPTICS=m
export CONFIG_DIGITAL_CDC_RSC_MGR=m
Loading