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

This commit is contained in:
Linux Build Service Account 2014-03-21 20:20:54 -07:00 committed by Gerrit - the friendly Code Review server
commit ca2db26dd4
1 changed files with 4 additions and 0 deletions

View File

@ -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);