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

Commit f1ed7757 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/28949712']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/28949712'] into sparse-12267184-L07400030005970759.
SPARSE_CHANGE: I61f76b9ab00ec76307dd2d9564ecbc1dbbfe031f

Change-Id: Ic80bbb24b484a54e84b91329ad0f70a8b9f2e358
parents eff512f1 0035e6d7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7402,8 +7402,7 @@ void AudioPolicyManager::checkOutputForAttributes(const audio_attributes_t &attr
            if (status != OK) {
                continue;
            }
            if ((client->getPrimaryMix() && client->getPrimaryMix() != primaryMix)
                    || client->hasLostPrimaryMix()) {
            if (client->getPrimaryMix() != primaryMix || client->hasLostPrimaryMix()) {
                if (desc->isStrategyActive(psId) && maxLatency < desc->latency()) {
                    maxLatency = desc->latency();
                }