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

Commit fc16421a 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: Ib1f30e22257166f7561303b346fa2c9692e93c8a
parents 15e9e9e7 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) {