mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-07 14:27:17 +09:00
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:
parent
6dcf5c2248
commit
8f5db33fc0
@ -126,6 +126,14 @@
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="hidl" optional="true">
|
||||||
<name>vendor.qti.hardware.bluetooth_audio</name>
|
<name>vendor.qti.hardware.bluetooth_audio</name>
|
||||||
<version>2.0</version>
|
<version>2.0</version>
|
||||||
|
@ -150,6 +150,11 @@
|
|||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.0::IAlarm/default</fqname>
|
<fqname>@1.0::IAlarm/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>vendor.qti.hardware.audiohalext</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.0::IAudioHalExt/default</fqname>
|
||||||
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.qti.hardware.bluetooth_audio</name>
|
<name>vendor.qti.hardware.bluetooth_audio</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
@ -74,13 +74,19 @@ vendor/lib64/vendor.qti.hardware.alarm@1.0.so
|
|||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
vendor/lib/btaudio_offload_if.so
|
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/libadm.so
|
||||||
vendor/lib/libaudioconfigstore.so
|
vendor/lib/libaudioconfigstore.so
|
||||||
|
vendor/lib/libaudio_log_utils.so
|
||||||
vendor/lib/libaudioparsers.so
|
vendor/lib/libaudioparsers.so
|
||||||
vendor/lib/libdrc.so
|
vendor/lib/libdrc.so
|
||||||
vendor/lib/libhdmipassthru.so
|
vendor/lib/libhdmipassthru.so
|
||||||
vendor/lib/libqtigef.so
|
vendor/lib/libqtigef.so
|
||||||
|
vendor/lib/libssrec.so
|
||||||
vendor/lib/libsurround_3mic_proc.so
|
vendor/lib/libsurround_3mic_proc.so
|
||||||
|
vendor/lib/vendor.qti.hardware.audiohalext@1.0.so
|
||||||
|
|
||||||
# Audio FX modules
|
# Audio FX modules
|
||||||
vendor/lib/soundfx/libasphere.so
|
vendor/lib/soundfx/libasphere.so
|
||||||
|
@ -15,6 +15,15 @@ persist.vendor.audio.spv3.enable=true
|
|||||||
persist.vendor.audio.voicecall.speaker.stereo=false
|
persist.vendor.audio.voicecall.speaker.stereo=false
|
||||||
ro.vendor.audio.sdk.fluencetype=fluence
|
ro.vendor.audio.sdk.fluencetype=fluence
|
||||||
ro.vendor.audio.sdk.ssr=false
|
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.adm.buffering.ms=2
|
||||||
vendor.audio.capture.enforce_legacy_copp_sr=true
|
vendor.audio.capture.enforce_legacy_copp_sr=true
|
||||||
vendor.audio.dolby.ds2.enabled=false
|
vendor.audio.dolby.ds2.enabled=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user