aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornailyk-fr <nailyk_git@nailyk.fr>2017-08-27 21:25:24 +0200
committerArian <arian.kulmer@web.de>2020-02-07 09:36:16 +0100
commit66035f224f54ded236e13fd381bb4d86a239cb8e (patch)
tree7a00e3d045dc731cf8f0b3610c1c88cf1a1c3415
parent8a61fb3515d616ea472f916464f1fcd3d0e8fc13 (diff)
shinano-common: Disable fluence for speaker
* Disable fluence for speaker calls. This produces echo on the other side. * Stock has a weird configuration of fluence. According to the properties fluence is disabled at all but the log tells us that is probably enabled in handset mode and that's why we have enabled it. Stock is using mixer path voice-dmic-ef. * However, fluence seems to be disabled in speaker mode: Stock uses id 11 as acdb_tx and voice-speaker-mic as mixer path which is the default for disabled fluence. Change-Id: I62dfcef5bfddfcc3eeb75d1c04b21275d0875efd Signed-off-by: Arian <arian.kulmer@web.de>
-rw-r--r--system_prop.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_prop.mk b/system_prop.mk
index a16d276..0479e8d 100644
--- a/system_prop.mk
+++ b/system_prop.mk
@@ -40,7 +40,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Audio HAL
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.fluence.audiorec=true \
- persist.vendor.audio.fluence.speaker=true \
+ persist.vendor.audio.fluence.speaker=false \
persist.vendor.audio.fluence.voicecall=true \
persist.vendor.audio.fluence.voicerec=false \
ro.vendor.audio.sdk.fluencetype=fluence