sm6250-common: Switch to prebuilt audio HAL

On OSS audio HAL there are issues like echo in calls
and low volume. Users often complain about that so switch to
prebuilt one temporary (I hope so).

Change-Id: I985a9b2c3bdb39c17bc0f861913536c121e7eeae
This commit is contained in:
Alexander Winkowski 2021-12-25 13:02:43 +00:00
parent 6dcf5c2248
commit 8f5db33fc0
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
4 changed files with 28 additions and 0 deletions

View File

@ -126,6 +126,14 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.hardware.audiohalext</name>
<version>1.0</version>
<interface>
<name>IAudioHalExt</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.qti.hardware.bluetooth_audio</name>
<version>2.0</version>

View File

@ -150,6 +150,11 @@
<transport>hwbinder</transport>
<fqname>@1.0::IAlarm/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.audiohalext</name>
<transport>hwbinder</transport>
<fqname>@1.0::IAudioHalExt/default</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.bluetooth_audio</name>
<transport>hwbinder</transport>

View File

@ -74,13 +74,19 @@ vendor/lib64/vendor.qti.hardware.alarm@1.0.so
# Audio
vendor/lib/btaudio_offload_if.so
vendor/lib/hw/audio.primary.atoll.so
vendor/lib/hw/vendor.qti.hardware.audiohalext@1.0-impl.so
vendor/lib/liba2dpoffload.so
vendor/lib/libadm.so
vendor/lib/libaudioconfigstore.so
vendor/lib/libaudio_log_utils.so
vendor/lib/libaudioparsers.so
vendor/lib/libdrc.so
vendor/lib/libhdmipassthru.so
vendor/lib/libqtigef.so
vendor/lib/libssrec.so
vendor/lib/libsurround_3mic_proc.so
vendor/lib/vendor.qti.hardware.audiohalext@1.0.so
# Audio FX modules
vendor/lib/soundfx/libasphere.so

View File

@ -15,6 +15,15 @@ persist.vendor.audio.spv3.enable=true
persist.vendor.audio.voicecall.speaker.stereo=false
ro.vendor.audio.sdk.fluencetype=fluence
ro.vendor.audio.sdk.ssr=false
ro.vendor.audio.spk.clean=true
ro.vendor.audio.soundfx.type=mi
ro.vendor.audio.vocal.support=false
ro.vendor.audio.surround.support=false
ro.vendor.audio.spk.stereo=false
ro.vendor.audio.scenario.support=false
ro.vendor.audio.sfx.scenario=false
ro.vendor.audio.sfx.earadj=false
ro.vendor.audio.soundfx.usb=true
vendor.audio.adm.buffering.ms=2
vendor.audio.capture.enforce_legacy_copp_sr=true
vendor.audio.dolby.ds2.enabled=false