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

Commit 366bf40c authored by Han Wang's avatar Han Wang Committed by Michael Bestas
Browse files

Revert "effects: fix volume burst on pause/resume with AudioFX"

 * The original patch kills entire audio output on certain
   cases.

This reverts commit 7abefe9e.

Change-Id: Ifd9f751cfb756361cd16c6435f625f49a760e43a
parent ab53291d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ extern "C" int EffectCreate(const effect_uuid_t *uuid,
        pContext->pBundledContext->NumberEffectsEnabled     = 0;
        pContext->pBundledContext->NumberEffectsCalled      = 0;
        pContext->pBundledContext->firstVolume              = LVM_TRUE;
        pContext->pBundledContext->volume                   = -9600;
        pContext->pBundledContext->volume                   = 0;

        #ifdef LVM_PCM
        char fileName[256];