audio-kernel: update chipset name
Update all audio drivers to use updated chipset name
in architecture specific configurations and the device
tree compatible strings.
Change-Id: Ib1abe643c6914c1b0b57ef110c7b60e23e356d97
Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org>
diff --git a/Makefile b/Makefile
index 4e123b6..8143e3c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
include $(srctree)/techpack/audio/config/sdxpoorwillsauto.conf
export
endif
-ifeq ($(CONFIG_ARCH_SDM855), y)
+ifeq ($(CONFIG_ARCH_SM8150), y)
include $(srctree)/techpack/audio/config/sdm855auto.conf
export
endif
@@ -38,7 +38,7 @@
LINUXINCLUDE += \
-include $(srctree)/techpack/audio/config/sdxpoorwillsautoconf.h
endif
-ifeq ($(CONFIG_ARCH_SDM855), y)
+ifeq ($(CONFIG_ARCH_SM8150), y)
LINUXINCLUDE += \
-include $(srctree)/techpack/audio/config/sdm855autoconf.h
endif