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

Commit 48697a2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "av: change return value if effect is not processing" into main am: 38ebe45b

parents da2fbfa9 38ebe45b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ status_t EffectHalAidl::process() {
              mConversion->isBypassing()
                      ? "bypassing"
                      : aidl::android::hardware::audio::effect::toString(state).c_str());
        return OK;
        return -ENODATA;
    }

    auto statusQ = mConversion->getStatusMQ();