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

Commit 1ca115c4 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I40e7c06c74c4b9309adcb352da3c2b67271871f3
parents 3f124e80 1910616e
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) {