Merge "config: sm6150: Enable compilation of snd_event"

This commit is contained in:
Linux Build Service Account 2018-09-27 05:31:53 -07:00 committed by Gerrit - the friendly Code Review server
commit 662dec1e1e
3 changed files with 3 additions and 1 deletions

View file

@ -45,3 +45,4 @@ CONFIG_TX_MACRO=m
CONFIG_SND_SOC_WCD_IRQ=m
CONFIG_SND_SOC_WCD937X=m
CONFIG_SND_SOC_WCD937X_SLAVE=m
CONFIG_SND_EVENT=m

View file

@ -58,3 +58,4 @@
#define CONFIG_SND_SOC_WCD_IRQ 1
#define CONFIG_SND_SOC_WCD937X 1
#define CONFIG_SND_SOC_WCD937X_SLAVE 1
#define CONFIG_SND_EVENT 1

View file

@ -82,7 +82,7 @@ LOCAL_MODULE_DEBUG_ENABLE := true
LOCAL_MODULE_PATH := $(KERNEL_MODULES_OUT)
include $(DLKM_DIR)/AndroidKernelModule.mk
###########################################################
ifeq ($(call is-board-platform-in-list, ),true)
ifeq ($(call is-board-platform-in-list, $(MSMSTEPPE)),true)
include $(CLEAR_VARS)
LOCAL_MODULE := $(AUDIO_CHIPSET)_snd_event.ko
LOCAL_MODULE_KBUILD_NAME := snd_event_dlkm.ko