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

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

Merge "hal: Use call state to ensure voice call start"

parents 98983514 61b9c2ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3647,7 +3647,7 @@ static int out_set_parameters(struct audio_stream *stream, const char *kvpairs)
            out->devices = new_dev;

            if (output_drives_call(adev, out)) {
                if(!voice_is_in_call(adev)) {
                if (!voice_is_call_state_active(adev)) {
                    if (adev->mode == AUDIO_MODE_IN_CALL) {
                        adev->current_call_output = out;
                        ret = voice_start_call(adev);