summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKishan Kumar Majeti <quic_kkmajeti@quicinc.com>2022-11-14 14:37:58 +0530
committerKishan Kumar Majeti <quic_kkmajeti@quicinc.com>2022-11-14 14:39:51 +0530
commit4bbc64e8a9194c0c76d185aa4679b450fe76f959 (patch)
treecbd086bf5ba2789644bd50e426832b56f6cbb75a /config
parenta6fd19e7162b7aaf2489e7bb157f36fd12aaa8b9 (diff)
downloadmsm-extra-4bbc64e8a9194c0c76d185aa4679b450fe76f959.tar.gz
asoc: Add config for SA525 to enable modem GPR
Add modem enable GPR configuration for SA525 Change-Id: Icd4ad7f104675fba1c5a2dd503298136c56fe9e5 Signed-off-by: Kishan Kumar Majeti <quic_kkmajeti@quicinc.com>
Diffstat (limited to 'config')
-rw-r--r--config/sa525mauto.conf1
-rw-r--r--config/sa525mautoconf.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/sa525mauto.conf b/config/sa525mauto.conf
index c3ac8c04..9aa46892 100644
--- a/config/sa525mauto.conf
+++ b/config/sa525mauto.conf
@@ -6,6 +6,7 @@ export CONFIG_AUDIO_PKT=m
export CONFIG_AUDIO_PKT_ION=m
export CONFIG_SPF_CORE=m
export CONFIG_AUDIO_PRM=m
+export CONFIG_AUDIO_GPR_DOMAIN_MODEM=m
export CONFIG_MSM_ADSP_LOADER=m
export CONFIG_MSM_QDSP6_SSR=m
export CONFIG_MSM_QDSP6_PDR=m
diff --git a/config/sa525mautoconf.h b/config/sa525mautoconf.h
index e4789ada..e9ad63b2 100644
--- a/config/sa525mautoconf.h
+++ b/config/sa525mautoconf.h
@@ -11,6 +11,7 @@ Copyright (c) 2020, The Linux Foundation. All rights reserved.
#define CONFIG_AUDIO_PKT_ION 1
#define CONFIG_SPF_CORE 1
#define CONFIG_AUDIO_PRM 1
+#define CONFIG_AUDIO_GPR_DOMAIN_MODEM 1
#define CONFIG_SND_SOC_MSM_QDSP6V2_INTF 1
#define CONFIG_MSM_ADSP_LOADER 1
#define CONFIG_MSM_QDSP6_SSR 1