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

Skip to content
Commit 8e91ae1a authored by Weiyin Jiang's avatar Weiyin Jiang Committed by Gerrit - the friendly Code Review server
Browse files

audio: prohibit track reusing if effect chain moves

For non offload track recycling cases, new track is created with the
same session id. Which causes effect chain existing on old output moves
to new output. If old track is still recycled here, the outcome is
effect chain and track of the same session id running on separate output
threads.

Fix is to prohibit track reusing if outputs of new track and recycled
track are not the same(hints effect chain if exists already moves).

Change-Id: I49b05621fc625932b75d4b8ff2ef2370a53e015d
CRs-Fixed: 1081913
parent 5c8090e5
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