Loading hal/audio_extn/spkr_protection.c +4 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
hal/audio_extn/spkr_protection.c +4 −0 Original line number Diff line number Diff line Loading @@ -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); Loading