Loading services/audioflinger/Threads.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -5936,8 +5936,10 @@ AudioFlinger::PlaybackThread::mixer_state AudioFlinger::OffloadThread::prepareTr } } // compute volume for this track if (track->isReady()) { // check ready to prevent premature start. processVolume_l(track, last); } } // make sure the pause/flush/resume sequence is executed in the right order. // If a flush is pending and a track is active but the HW is not paused, force a HW pause Loading Loading
services/audioflinger/Threads.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -5936,8 +5936,10 @@ AudioFlinger::PlaybackThread::mixer_state AudioFlinger::OffloadThread::prepareTr } } // compute volume for this track if (track->isReady()) { // check ready to prevent premature start. processVolume_l(track, last); } } // make sure the pause/flush/resume sequence is executed in the right order. // If a flush is pending and a track is active but the HW is not paused, force a HW pause Loading