audio-kernel: update chipset name
Update all audio drivers to use updated chipset name in
files, functions, architecture specific configurations
and the device tree compatible strings.
Change-Id: I507948866213ddb8806edea71a57c1f29ce7e71b
Signed-off-by: Xiaoyu Ye <benyxy@codeaurora.org>
diff --git a/asoc/Kbuild b/asoc/Kbuild
index 453452c..aea5662 100644
--- a/asoc/Kbuild
+++ b/asoc/Kbuild
@@ -31,14 +31,14 @@
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif
ifeq ($(CONFIG_ARCH_SM8150), y)
- include $(AUDIO_ROOT)/config/sdm855auto.conf
+ include $(AUDIO_ROOT)/config/sm8150auto.conf
export
- INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
+ INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
- include $(AUDIO_ROOT)/config/sdm855auto.conf
+ include $(AUDIO_ROOT)/config/sm8150auto.conf
export
- INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
+ INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif
endif
@@ -90,9 +90,9 @@
MACHINE_OBJS += sdm845.o
endif
-# for SDM855 sound card driver
-ifdef CONFIG_SND_SOC_SDM855
- MACHINE_OBJS += sdm855.o
+# for SM8150 sound card driver
+ifdef CONFIG_SND_SOC_SM8150
+ MACHINE_OBJS += sm8150.o
endif
ifdef CONFIG_SND_SOC_CPE
@@ -183,7 +183,7 @@
obj-$(CONFIG_SND_SOC_MACHINE_SDM845) += machine_dlkm.o
machine_dlkm-y := $(MACHINE_OBJS)
-obj-$(CONFIG_SND_SOC_SDM855) += machine_dlkm.o
+obj-$(CONFIG_SND_SOC_SM8150) += machine_dlkm.o
machine_dlkm-y := $(MACHINE_OBJS)
obj-$(CONFIG_SND_SOC_EXT_CODEC) += machine_dlkm.o