sdm660-common: Enabling sound trigger V2_2 for sdm660 targets
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:
parent
64d07e8da3
commit
4c4eb539fb
2 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.soundtrigger</name>
|
<name>android.hardware.soundtrigger</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>ISoundTriggerHw</name>
|
<name>ISoundTriggerHw</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
|
@ -117,7 +117,7 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio@2.0-service \
|
android.hardware.audio@2.0-service \
|
||||||
android.hardware.audio.effect@5.0-impl:32 \
|
android.hardware.audio.effect@5.0-impl:32 \
|
||||||
android.hardware.audio.effect@2.0-service \
|
android.hardware.audio.effect@2.0-service \
|
||||||
android.hardware.soundtrigger@2.1-impl:32 \
|
android.hardware.soundtrigger@2.2-impl:32 \
|
||||||
audio.a2dp.default \
|
audio.a2dp.default \
|
||||||
audio_amplifier.sdm660 \
|
audio_amplifier.sdm660 \
|
||||||
audio.primary.sdm660 \
|
audio.primary.sdm660 \
|
||||||
|
|
Loading…
Reference in a new issue