configs: Update HIDL version and Enable multi-stage SVA flag.
-Sound trigger HIDL interface supports loading of more
than 1MB sound models from 2.1 version. Update to use HIDL
version 2.1.
-Set the audio feature flag to enable multi-stage SVA.
Change-Id: Icb91847826bee194b264e25a9e3b3e66a7b094f4
diff --git a/configs/msm8953/msm8953.mk b/configs/msm8953/msm8953.mk
index f2100cd..369c05e 100644
--- a/configs/msm8953/msm8953.mk
+++ b/configs/msm8953/msm8953.mk
@@ -57,6 +57,7 @@
BOARD_SUPPORTS_QAHW := false
AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
+AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true
ifeq ($(TARGET_KERNEL_VERSION), 3.18)
AUDIO_FEATURE_ENABLED_DLKM := false
else
@@ -238,7 +239,7 @@
android.hardware.audio@2.0-service \
android.hardware.audio@2.0-impl \
android.hardware.audio.effect@2.0-impl \
- android.hardware.soundtrigger@2.0-impl \
+ android.hardware.soundtrigger@2.1-impl \
android.hardware.audio@4.0 \
android.hardware.audio.common@4.0 \
android.hardware.audio.common@4.0-util \