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

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

Merge " audio: Avoid mic mute on proxy during call"

parents 5821448a c0ca209d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2798,6 +2798,7 @@ static int adev_set_mic_mute(struct audio_hw_device *dev, bool state)

    pthread_mutex_lock(&adev->lock);
    ALOGD("%s state %d\n", __func__, state);
    if(!adev->voice_tx_output)
       ret = voice_set_mic_mute((struct audio_device *)dev, state);
    pthread_mutex_unlock(&adev->lock);