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

Commit b86b030a authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Fix regression in audio effect factory"

parents 414c4984 759c5b3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ int EffectCreate(effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_ha
    }

    // create effect in library
    l->desc->create_effect(uuid, sessionId, ioId, &itfe);
    ret = l->desc->create_effect(uuid, sessionId, ioId, &itfe);
    if (ret != 0) {
        LOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
        goto exit;