summaryrefslogtreecommitdiff
path: root/soc/Kbuild
diff options
context:
space:
mode:
authorDerek Chen <chenche@codeaurora.org>2019-03-14 10:26:41 -0700
committerDerek Chen <chenche@codeaurora.org>2019-07-19 14:36:00 -0700
commitc8940293bfc99c77f302af2fedc866e93fa15785 (patch)
tree149d159d4a831c1dadb808f921ca075c1e9c55df /soc/Kbuild
parentf53de7f9fb98f4236ab7aed20960a74702cb966e (diff)
downloadmsm-extra-c8940293bfc99c77f302af2fedc866e93fa15785.tar.gz
ASoC: msm: use snd event fwk for ssr on auto platform
Switch to use SND event FWK for SSR handling instead of audio notifier on automotive platform. Change-Id: I8d0b1ac8f09417a8b33a8e8141f7ae06e1195f54 Signed-off-by: Derek Chen <chenche@codeaurora.org>
Diffstat (limited to 'soc/Kbuild')
-rw-r--r--soc/Kbuild17
1 files changed, 14 insertions, 3 deletions
diff --git a/soc/Kbuild b/soc/Kbuild
index a1944a15..3e7af122 100644
--- a/soc/Kbuild
+++ b/soc/Kbuild
@@ -15,9 +15,15 @@ endif
ifeq ($(KERNEL_BUILD), 0)
ifeq ($(CONFIG_ARCH_SM8150), y)
- include $(AUDIO_ROOT)/config/sm8150auto.conf
- export
- INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
+ ifdef CONFIG_SND_SOC_SA8155
+ include $(AUDIO_ROOT)/config/sa8155auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sa8155autoconf.h
+ else
+ include $(AUDIO_ROOT)/config/sm8150auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
+ endif
endif
ifeq ($(CONFIG_ARCH_KONA), y)
include $(AUDIO_ROOT)/config/konaauto.conf
@@ -48,6 +54,11 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/qcs405autoconf.h
endif
+ ifeq ($(CONFIG_QTI_GVM), y)
+ include $(AUDIO_ROOT)/config/gvmauto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/gvmautoconf.h
+ endif
endif
# As per target team, build is done as follows: