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

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

Merge "hal: Clear VI feedback cal after VI capture path is started" into kk

parents 35b7d987 e2761eb8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -633,7 +633,11 @@ int audio_extn_spkr_prot_start_processing(snd_device_t snd_device)
            ret = -EINVAL;
        }
    }

exit:
   /* Clear VI feedback cal and replace with handset MIC  */
   platform_send_audio_calibration(adev->platform,
        SND_DEVICE_IN_HANDSET_MIC);
    if (ret) {
        if (handle.pcm_tx)
            pcm_close(handle.pcm_tx);