mirror of
https://github.com/LineageOS/android_device_essential_mata.git
synced 2026-08-18 11:12:34 +00:00
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:
@ -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 \
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user