Loading hal/voice_extn/voice_extn.c +2 −1 Original line number Diff line number Diff line Loading @@ -753,9 +753,10 @@ int voice_extn_check_and_set_incall_music_usecase(struct audio_device *adev, out->config.rate = out->sample_rate; ALOGV("%s: mode=%d, usecase id=%d", __func__, adev->mode, out->usecase); } return 0; } return -ENOSYS; } int voice_extn_compress_voip_set_parameters(struct audio_device *adev, Loading Loading
hal/voice_extn/voice_extn.c +2 −1 Original line number Diff line number Diff line Loading @@ -753,9 +753,10 @@ int voice_extn_check_and_set_incall_music_usecase(struct audio_device *adev, out->config.rate = out->sample_rate; ALOGV("%s: mode=%d, usecase id=%d", __func__, adev->mode, out->usecase); } return 0; } return -ENOSYS; } int voice_extn_compress_voip_set_parameters(struct audio_device *adev, Loading