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

Commit 348a473b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audiopolicy: Do not route VoIP call to HDMI"

parents 0b81bd35 d4e44d94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4989,7 +4989,7 @@ audio_devices_t AudioPolicyManager::getDeviceForStrategy(routing_strategy strate
            if (device) break;
            device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_USB_DEVICE;
            if (device) break;
            if (mPhoneState != AUDIO_MODE_IN_CALL) {
            if (!isInCall()) {
                device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_USB_ACCESSORY;
                if (device) break;
                device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET;