Skip to content

Commit

Permalink
m1s1: Switch to Audio HAL V6
Browse files Browse the repository at this point in the history
Switch to Audio HAL V6

Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
      atest VtsHalAudioEffectV6_0TargetTest
            manual audio "smoke" test on taimen and walleye

Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8
  • Loading branch information
Mikhail Naganov authored and npjohnson committed Jun 20, 2024
1 parent 75c4ec3 commit e34f343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ PRODUCT_PACKAGES += \
libqcompostprocbundle

PRODUCT_PACKAGES += \
android.hardware.audio@5.0-impl:32 \
android.hardware.audio.effect@5.0-impl:32
android.hardware.audio@6.0-impl:32 \
android.hardware.audio.effect@6.0-impl:32

PRODUCT_PACKAGES += \
netutils-wrapper-1.0
Expand Down
4 changes: 2 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
<version>5.0</version>
<version>6.0</version>
<interface>
<name>IDevicesFactory</name>
<instance>default</instance>
Expand All @@ -11,7 +11,7 @@
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<version>5.0</version>
<version>6.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>
Expand Down

0 comments on commit e34f343

Please sign in to comment.