summaryrefslogtreecommitdiff
path: root/dsp
diff options
context:
space:
mode:
authorErin Yan <quic_xinyey@quicinc.com>2022-05-26 01:41:36 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2022-12-20 17:36:47 -0800
commit94ee91d32e49dca0cbb8f7cc57d6d178b25eccc6 (patch)
tree1383dc1a1e9551f86eae6c306d861f2a2fe0007b /dsp
parentfa14d4ce507964b129147200b3ba0836f3938e6d (diff)
downloadmsm-extra-94ee91d32e49dca0cbb8f7cc57d6d178b25eccc6.tar.gz
asoc: audio reach kernel 5.15 on LeMans
Support AudioReach kernel on Lemans with kernel version 5.15. Change-Id: I37d27b71af701eb5c421e42ca0c438e9bb6d4b42
Diffstat (limited to 'dsp')
-rw-r--r--dsp/Kbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dsp/Kbuild b/dsp/Kbuild
index 417e92f9..8f76055e 100644
--- a/dsp/Kbuild
+++ b/dsp/Kbuild
@@ -30,6 +30,11 @@ ifeq ($(CONFIG_SND_SOC_AUTO), y)
export
INCS += -include $(AUDIO_ROOT)/config/sa6155autoconf.h
endif
+ ifdef CONFIG_SND_SOC_SA8255
+ include $(AUDIO_ROOT)/config/sa8255auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sa8255autoconf.h
+ endif
else
ifeq ($(KERNEL_BUILD), 0)
ifeq ($(CONFIG_ARCH_SM6150), y)