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

Commit f58fd500 authored by jinwen's avatar jinwen Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: add LXC audio config for auto sa8295 platform



Bring up LXC audio module for automotive sa8295 platform.

Change-Id: If7bd4707c9c7624062f3922e557c5c97e39cb5c1
Signed-off-by: default avatarjinwen <jinwen@codeaurora.org>
parent 997c13ca
Loading
Loading
Loading
Loading

Makefile.am

100755 → 100644
+2 −2
Original line number Diff line number Diff line
@@ -43,14 +43,14 @@ obj-m += asoc/codecs/bolero/
obj-m += asoc/codecs/wcd937x/
endif

ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa6155 sa8195 qtiquingvm qtiquingvm8295))
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa6155 sa8195 qtiquingvm qtiquingvm8295 sa8295))
KBUILD_OPTIONS += CONFIG_SND_SOC_AUTO=y
obj-m := ipc/
obj-m += dsp/
obj-m += asoc/
obj-m += asoc/codecs/
obj-m += soc/
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa8195))
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa8155 sa8155ivi sa8195 sa8295))
KBUILD_OPTIONS += CONFIG_SND_SOC_SA8155=m
endif
ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), sa6155))