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

Commit 99090a49 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioPolicy: only hotword active fails when echo reference is active" into main

parents b54b90ac db1a4415
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -967,7 +967,8 @@ void AudioPolicyService::updateUidStates_l()
                }
            }
        }
        if (current->attributes.source != AUDIO_SOURCE_HOTWORD) {
        if (current->attributes.source != AUDIO_SOURCE_HOTWORD &&
                !isVirtualSource(current->attributes.source)) {
            onlyHotwordActive = false;
        }
        if (currentUid == mPhoneStateOwnerUid &&