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

Commit ac1de01d 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 Rx/Tx mute during HFP call" into audio-userspace.lnx.2.2-dev

parents ad9d7720 6c3d0991
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4314,6 +4314,9 @@ void adev_close_output_stream(struct audio_hw_device *dev __unused,
    if (adev->voice_tx_output == out)
        adev->voice_tx_output = NULL;

    if (adev->primary_output == out)
        adev->primary_output = NULL;

    pthread_cond_destroy(&out->cond);
    pthread_mutex_destroy(&out->lock);
    free(stream);