Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20cbc97e authored by Revathi Uddaraju's avatar Revathi Uddaraju Committed by Pradosh Das
Browse files

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
parent 91a4215f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ AUDIO_FEATURE_ENABLED_SOURCE_TRACKING := true
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,4 +239,4 @@ PRODUCT_PACKAGES += \
    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