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

Skip to content
Commit 63325523 authored by Sharad Sangle's avatar Sharad Sangle Committed by Gerrit - the friendly Code Review server
Browse files

audioflinger: don't call flush/resume if track is removed

 While preparing tracks if there is no active track, flinger
 is not calling HAL pause but calling flush and resume if
 flush is pending or HAL resume is pending. This result in
 a flush to sent to HAL/below layer without pause, which
 results in unexpected behavior such as pops.

 Make sure if pause is not issued then flush/resume is also
 not issued

 CRs-Fixed: 1052627

Change-Id: I5875e8715ab92777e063a3515ab662a585a28dbb
parent c32383c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment