Revert "Disable AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER feature"
This reverts commit 4981bea099b891aec0364be7aca49934d198a00c.
- EXTN_RESAMPLER feature flag is disabled earlier to fix compile issues
But disabling feature flag has side effect where it causes pop noise
in some usecases.
- Earlier compilation issue is fixed so re-enable the feature flag.
CRs-Fixed: 2222756
Change-Id: Icf955140939640da0fe6e1df8091e708d02349d1
diff --git a/configs/msm8953/msm8953.mk b/configs/msm8953/msm8953.mk
index c9a9746..a356e59 100644
--- a/configs/msm8953/msm8953.mk
+++ b/configs/msm8953/msm8953.mk
@@ -10,7 +10,7 @@
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER := true
-AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := false
+AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := true
AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true