sm6375-common: 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: Ad!thya's avatarAdithya R <gh0strider.2k18.reborn@gmail.com> Change-Id: Ia0d9c2f7bf8527c15f6a69f60dbfc777e6fa5775
This commit is contained in:
parent
c22d26a63a
commit
289f24a12e
2 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@ AB_OTA_PARTITIONS += \
|
|||
|
||||
# Audio
|
||||
AUDIO_FEATURE_ENABLED_AHAL_EXT := false
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
|
||||
AUDIO_FEATURE_ENABLED_DLKM := true
|
||||
AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP := false
|
||||
AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
|
||||
|
|
|
@ -73,7 +73,7 @@ vendor.audio.feature.anc_headset.enable=false
|
|||
vendor.audio.feature.audiozoom.enable=false
|
||||
vendor.audio.feature.battery_listener.enable=true
|
||||
vendor.audio.feature.compr_cap.enable=false
|
||||
vendor.audio.feature.compr_voip.enable=false
|
||||
vendor.audio.feature.compr_voip.enable=true
|
||||
vendor.audio.feature.compress_in.enable=true
|
||||
vendor.audio.feature.compress_meta_data.enable=true
|
||||
vendor.audio.feature.concurrent_capture.enable=false
|
||||
|
|
Loading…
Reference in a new issue