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

Commit 1910616e authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Revert "audio: allow standby for direct track" am: eeb744f5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/11901472

Change-Id: Ic5f590bb98af5887cca343eb970620a214f63e30
parents 62051a80 eeb744f5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6062,10 +6062,6 @@ bool AudioFlinger::DirectOutputThread::shouldStandby_l()
    bool trackPaused = false;
    bool trackStopped = false;

    if ((mType == DIRECT) && audio_is_linear_pcm(mFormat) && !usesHwAvSync()) {
        return !mStandby;
    }

    // do not put the HAL in standby when paused. AwesomePlayer clear the offloaded AudioTrack
    // after a timeout and we will enter standby then.
    if (mTracks.size() > 0) {