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

Commit 70af8fe1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioFlinger: patch track initial mute state false" into main

parents 2050f929 c9c36e66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4121,7 +4121,7 @@ void AudioFlinger::updateSecondaryOutputsForTrack_l(
                                                       frameCountToBeReady,
                                                       track->getSpeed(),
                                                       1.f /* volume */,
                                                       track->getPortMute() /* muted */);
                                                       false /* muted */);
        status = patchTrack->initCheck();
        if (status != NO_ERROR) {
            ALOGE("Secondary output patchTrack init failed: %d", status);