Enabling sound trigger V2_2 for mata

V2_2 has the same functionality as V2_1 except it adds one new
api, getModelState.

Note: V2_1 will be removed in a subsequent cl.

Test: built android and tested using SoundTriggerTestApp

Bug: 70206501
Change-Id: Id2647687732e79df252588d69f95d2a407e0092c
This commit is contained in:
mike dooley
2018-12-18 20:29:02 +01:00
committed by Ethan Chen
parent 8df54035f9
commit 3a83c7d230
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio@5.0-impl:32 \
android.hardware.audio@2.0-service \
android.hardware.audio.effect@5.0-impl:32 \
android.hardware.soundtrigger@2.1-impl:32 \
android.hardware.soundtrigger@2.2-impl:32 \
audio.a2dp.default \
audio.hearing_aid.default \
audio.primary.msm8998 \

View File

@ -235,7 +235,7 @@
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
<version>2.1</version>
<version>2.2</version>
<interface>
<name>ISoundTriggerHw</name>
<instance>default</instance>