Loading hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -1248,7 +1248,7 @@ static void check_usecases_capture_codec_backend(struct audio_device *adev, /* Update voc calibration before enabling VoIP route */ if (usecase->type == VOIP_CALL) status = platform_switch_voice_call_device_post(adev->platform, usecase->out_snd_device, platform_get_output_snd_device(adev->platform, uc_info->stream.out), usecase->in_snd_device); enable_audio_route(adev, usecase); } Loading Loading
hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -1248,7 +1248,7 @@ static void check_usecases_capture_codec_backend(struct audio_device *adev, /* Update voc calibration before enabling VoIP route */ if (usecase->type == VOIP_CALL) status = platform_switch_voice_call_device_post(adev->platform, usecase->out_snd_device, platform_get_output_snd_device(adev->platform, uc_info->stream.out), usecase->in_snd_device); enable_audio_route(adev, usecase); } Loading