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

Commit 6d2c65c2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libaudiohal: do not erase port configs if resetting fails" into main am: 3c903be5

parents 4a6853d4 3c903be5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -929,6 +929,7 @@ void Hal2AidlMapper::resetPortConfig(int32_t portConfigId) {
                !status.isOk()) {
            ALOGE("%s: error while resetting port config %d: %s",
                    __func__, portConfigId, status.getDescription().c_str());
            return;
        }
        mPortConfigs.erase(it);
        return;