Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db9b2857 authored by Dhanalakshmi Siddani's avatar Dhanalakshmi Siddani Committed by Gerrit - the friendly Code Review server
Browse files

Revert "Disable AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER feature"

This reverts commit 4981bea0.
- 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
parent 8d1b8c81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
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