mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-20 04:57:25 +09:00
miatoll: Disable COMPRESS_VOIP in boardconfig
To make VOIP work properly the following has to be set: AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false in BoardConfig.mk vendor.audio.feature.compr_voip.enable=true in vendor.prop I have no idea why this is but setting either one of them differently results in the mic not working as it should. Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
parent
dd4e444355
commit
35cd7fa0ea
@ -27,6 +27,7 @@ TARGET_2ND_CPU_VARIANT := generic
|
|||||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a76
|
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a76
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
|
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
|
||||||
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
|
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
|
||||||
AUDIO_FEATURE_ENABLED_HDMI_SPK := true
|
AUDIO_FEATURE_ENABLED_HDMI_SPK := true
|
||||||
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
|
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user