ASoC: Add audio support for sdmshrike
Add audio support for sdmshrike. Change-Id: I0b86ab7b123a3215617b81a645202785f6810d02 Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
85e1e33bb9
commit
e3842cf831
8
Makefile
8
Makefile
@@ -15,6 +15,10 @@ ifeq ($(CONFIG_ARCH_SDM855), y)
|
||||
include $(srctree)/techpack/audio/config/sdm855auto.conf
|
||||
export
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
|
||||
include $(srctree)/techpack/audio/config/sdm855auto.conf
|
||||
export
|
||||
endif
|
||||
|
||||
# Use USERINCLUDE when you must reference the UAPI directories only.
|
||||
USERINCLUDE += \
|
||||
@@ -42,6 +46,10 @@ ifeq ($(CONFIG_ARCH_SDM855), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/sdm855autoconf.h
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
|
||||
LINUXINCLUDE += \
|
||||
-include $(srctree)/techpack/audio/config/sdm855autoconf.h
|
||||
endif
|
||||
|
||||
obj-y += asoc/
|
||||
obj-y += dsp/
|
||||
|
Reference in New Issue
Block a user