sdm660-common: audio: Switch to audio hal v4
This commit is contained in:
parent
d31c630682
commit
4aec2ab1c3
2 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.audio</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>6.0</version>
|
||||
<version>4.0</version>
|
||||
<interface>
|
||||
<name>IDevicesFactory</name>
|
||||
<instance>default</instance>
|
||||
|
@ -38,7 +38,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.audio.effect</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>6.0</version>
|
||||
<version>4.0</version>
|
||||
<interface>
|
||||
<name>IEffectsFactory</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -90,8 +90,9 @@ endif
|
|||
|
||||
# Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.audio@6.0-impl \
|
||||
android.hardware.audio.effect@6.0-impl \
|
||||
android.hardware.audio@4.0-impl \
|
||||
android.hardware.audio.effect@4.0-impl \
|
||||
android.hardware.audio.effect@2.0-service \
|
||||
android.hardware.audio.service \
|
||||
audio.a2dp.default \
|
||||
audio.primary.sdm660 \
|
||||
|
|
Loading…
Reference in a new issue