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

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

Merge "hal: Fix for Tx Mute issue when a new call accepted while in call"

parents 3aa2f460 60caf20d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -962,7 +962,7 @@ static int out_set_parameters(struct audio_stream *stream, const char *kvpairs)
            }
        }

        if ((adev->mode != AUDIO_MODE_IN_CALL) && adev->in_call &&
        if ((adev->mode == AUDIO_MODE_NORMAL) && adev->in_call &&
                (out == adev->primary_output)) {
            stop_voice_call(adev);
        }