ASoC: Add audio support for sdmshrike
Add audio support for sdmshrike. Change-Id: I0b86ab7b123a3215617b81a645202785f6810d02 Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
Этот коммит содержится в:

коммит произвёл
Gerrit - the friendly Code Review server

родитель
85e1e33bb9
Коммит
e3842cf831
@@ -20,6 +20,10 @@ ifeq ($(CONFIG_ARCH_SDM855), y)
|
||||
TARGET_KERNEL_VERSION := 4.14
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
|
||||
TARGET_KERNEL_VERSION := 4.14
|
||||
endif
|
||||
|
||||
KDIR := $(TOP)/kernel/msm-$(TARGET_KERNEL_VERSION)
|
||||
|
||||
ifeq ($(KERNEL_BUILD), 1)
|
||||
@@ -47,6 +51,11 @@ ifeq ($(KERNEL_BUILD), 0)
|
||||
export
|
||||
INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
|
||||
include $(AUDIO_ROOT)/config/sdm855auto.conf
|
||||
export
|
||||
INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
|
||||
endif
|
||||
endif
|
||||
|
||||
# As per target team, build is done as follows:
|
||||
|
Ссылка в новой задаче
Block a user