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

Commit dbfb39e8 authored by Ethan Chen's avatar Ethan Chen
Browse files

Revert "audioflinger: Fix pops in LPA while effects are applied"

This reverts commit eb1b6869.

Change-Id: I1d30ad9e998900b960e5509a48b82a09aee3e0c8
parent c0952dcd
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -2278,13 +2278,7 @@ bool AudioFlinger::PlaybackThread::threadLoop()
        // to be called while waiting for async write callback
        if (mType == OFFLOAD) {
            for (size_t i = 0; i < effectChains.size(); i ++) {
#ifdef QCOM_HARDWARE
                if (effectChains[i] != mAudioFlinger->mLPAEffectChain) {
#endif
                effectChains[i]->process_l();
#ifdef QCOM_HARDWARE
                }
#endif
            }
        }