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

Commit 56caad8f authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 9da7730d: Merge "Additional fix for isssue 2548710: Native AudioTrack...

am 9da7730d: Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo

Merge commit '9da7730d5f97270c356ee86298c5d6d45f39b264' into froyo-plus-aosp

* commit '9da7730d5f97270c356ee86298c5d6d45f39b264':
  Additional fix for isssue 2548710: Native AudioTrack resources never freed.
parents df649dcf 376f728b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1867,7 +1867,7 @@ bool AudioFlinger::DirectOutputThread::threadLoop()
                // The first time a track is added we wait
                // for all its buffers to be filled before processing it
                if (cblk->framesReady() && (track->isReady() || track->isStopped()) &&
                        !track->isPaused())
                        !track->isPaused() && !track->isTerminated())
                {
                    //LOGV("track %d u=%08x, s=%08x [OK]", track->name(), cblk->user, cblk->server);