Loading hal/msm8916/platform.c +2 −0 Original line number Diff line number Diff line Loading @@ -3995,6 +3995,8 @@ snd_device_t platform_get_input_snd_device(void *platform, audio_devices_t out_d else snd_device = SND_DEVICE_IN_VOICE_SPEAKER_DMIC; } if (audio_extn_hfp_is_active(adev)) platform_set_echo_reference(adev, true, out_device); } else { snd_device = SND_DEVICE_IN_VOICE_SPEAKER_MIC; if (audio_extn_hfp_is_active(adev)) Loading hal/msm8974/platform.c +2 −0 Original line number Diff line number Diff line Loading @@ -3762,6 +3762,8 @@ snd_device_t platform_get_input_snd_device(void *platform, audio_devices_t out_d else snd_device = SND_DEVICE_IN_VOICE_SPEAKER_DMIC; } if (audio_extn_hfp_is_active(adev)) platform_set_echo_reference(adev, true, out_device); } else { snd_device = SND_DEVICE_IN_VOICE_SPEAKER_MIC; if (audio_extn_hfp_is_active(adev)) Loading Loading
hal/msm8916/platform.c +2 −0 Original line number Diff line number Diff line Loading @@ -3995,6 +3995,8 @@ snd_device_t platform_get_input_snd_device(void *platform, audio_devices_t out_d else snd_device = SND_DEVICE_IN_VOICE_SPEAKER_DMIC; } if (audio_extn_hfp_is_active(adev)) platform_set_echo_reference(adev, true, out_device); } else { snd_device = SND_DEVICE_IN_VOICE_SPEAKER_MIC; if (audio_extn_hfp_is_active(adev)) Loading
hal/msm8974/platform.c +2 −0 Original line number Diff line number Diff line Loading @@ -3762,6 +3762,8 @@ snd_device_t platform_get_input_snd_device(void *platform, audio_devices_t out_d else snd_device = SND_DEVICE_IN_VOICE_SPEAKER_DMIC; } if (audio_extn_hfp_is_active(adev)) platform_set_echo_reference(adev, true, out_device); } else { snd_device = SND_DEVICE_IN_VOICE_SPEAKER_MIC; if (audio_extn_hfp_is_active(adev)) Loading