ASoC: Add audio support for sdmshrike
Add audio support for sdmshrike.
Change-Id: I0b86ab7b123a3215617b81a645202785f6810d02
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
diff --git a/asoc/codecs/Kbuild b/asoc/codecs/Kbuild
index 01a6e2d..ef817fc 100644
--- a/asoc/codecs/Kbuild
+++ b/asoc/codecs/Kbuild
@@ -34,6 +34,11 @@
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:
diff --git a/asoc/codecs/aqt1000/Kbuild b/asoc/codecs/aqt1000/Kbuild
index f982951..b942988 100644
--- a/asoc/codecs/aqt1000/Kbuild
+++ b/asoc/codecs/aqt1000/Kbuild
@@ -28,6 +28,12 @@
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:
diff --git a/asoc/codecs/wcd934x/Kbuild b/asoc/codecs/wcd934x/Kbuild
index 60b2485..e3d57b3 100644
--- a/asoc/codecs/wcd934x/Kbuild
+++ b/asoc/codecs/wcd934x/Kbuild
@@ -36,6 +36,11 @@
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:
diff --git a/asoc/codecs/wcd9360/Kbuild b/asoc/codecs/wcd9360/Kbuild
index a1b5fe4..ddd64e0 100644
--- a/asoc/codecs/wcd9360/Kbuild
+++ b/asoc/codecs/wcd9360/Kbuild
@@ -21,6 +21,12 @@
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: