From 2e75f0ba3a2e85c7d3c81526693d146dffb8bec5 Mon Sep 17 00:00:00 2001 From: Arian Date: Sun, 10 Nov 2019 17:37:10 +0100 Subject: shinano-common: Enable fluence Change-Id: Id6860755f6e11496f1fa191d45809e6cae1b2f48 --- BoardConfigCommon.mk | 1 + system_prop.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5254f30..5d4f4c0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -30,6 +30,7 @@ AUDIO_FEATURE_DISABLED_FM_VIRTUAL_RECORD := true AUDIO_FEATURE_ENABLED_ANC_HEADSET := true AUDIO_FEATURE_ENABLED_AUXPCM_BT := true AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true +AUDIO_FEATURE_ENABLED_FLUENCE := true AUDIO_FEATURE_ENABLED_HFP := true AUDIO_FEATURE_ENABLED_HWDEP_CAL := true AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true diff --git a/system_prop.mk b/system_prop.mk index 60b79e1..a16d276 100644 --- a/system_prop.mk +++ b/system_prop.mk @@ -43,7 +43,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.audio.fluence.speaker=true \ persist.vendor.audio.fluence.voicecall=true \ persist.vendor.audio.fluence.voicerec=false \ - ro.vendor.audio.sdk.fluencetype=none + ro.vendor.audio.sdk.fluencetype=fluence # Bluetooth PRODUCT_PROPERTY_OVERRIDES += \ -- cgit v1.2.3