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

Commit 5d7255da authored by Vlad Popa's avatar Vlad Popa Committed by Android (Google) Code Review
Browse files

Merge "AudioFlinger: Ensure PatchTrack has unity gain" into main

parents 23226eca 9a4f5921
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4063,7 +4063,7 @@ void AudioFlinger::updateSecondaryOutputsForTrack_l(
                                                       0ns /* timeout */,
                                                       frameCountToBeReady,
                                                       track->getSpeed(),
                                                       track->getPortVolume());
                                                       1.f /* volume */);
        status = patchTrack->initCheck();
        if (status != NO_ERROR) {
            ALOGE("Secondary output patchTrack init failed: %d", status);