From 82037ebdadc8d2306a34dfab387f94e57686e1bb Mon Sep 17 00:00:00 2001 From: Shuai Zhang Date: Tue, 10 May 2022 22:36:11 +0530 Subject: [PATCH] config: Enable digital codec resource manager config Enable digital codec resource manager config for Talos. Change-Id: I1f374217216069322a088f13f751f1dc8ef3bbaa --- config/sm6150auto.conf | 1 + config/sm6150autoconf.h | 1 + 2 files changed, 2 insertions(+) diff --git a/config/sm6150auto.conf b/config/sm6150auto.conf index 536e8a1e701a..5647390b01e2 100644 --- a/config/sm6150auto.conf +++ b/config/sm6150auto.conf @@ -47,3 +47,4 @@ export CONFIG_SND_SOC_WCD937X=m export CONFIG_SND_SOC_WCD937X_SLAVE=m export CONFIG_SND_EVENT=m export CONFIG_HSIF_DISABLE=m +export CONFIG_DIGITAL_CDC_RSC_MGR=m diff --git a/config/sm6150autoconf.h b/config/sm6150autoconf.h index 31f361468b45..cce7cbb0a232 100644 --- a/config/sm6150autoconf.h +++ b/config/sm6150autoconf.h @@ -52,3 +52,4 @@ #define CONFIG_SND_SOC_WCD937X_SLAVE 1 #define CONFIG_SND_EVENT 1 #define CONFIG_HSIF_DISABLE 1 +#define CONFIG_DIGITAL_CDC_RSC_MGR 1