Loading hal/msm8916/platform.c +1 −1 Original line number Diff line number Diff line Loading @@ -2428,7 +2428,7 @@ snd_device_t platform_get_output_snd_device(void *platform, struct stream_out *o goto exit; } if (popcount(devices) == 2 && !voice_is_in_call(adev)) { if (popcount(devices) == 2) { if (devices == (AUDIO_DEVICE_OUT_WIRED_HEADPHONE | AUDIO_DEVICE_OUT_SPEAKER)) { if (my_data->external_spk_1) Loading hal/msm8974/platform.c +1 −1 Original line number Diff line number Diff line Loading @@ -2049,7 +2049,7 @@ snd_device_t platform_get_output_snd_device(void *platform, struct stream_out *o goto exit; } if (popcount(devices) == 2 && !voice_is_in_call(adev)) { if (popcount(devices) == 2) { if (devices == (AUDIO_DEVICE_OUT_WIRED_HEADPHONE | AUDIO_DEVICE_OUT_SPEAKER)) { if (my_data->external_spk_1) Loading Loading
hal/msm8916/platform.c +1 −1 Original line number Diff line number Diff line Loading @@ -2428,7 +2428,7 @@ snd_device_t platform_get_output_snd_device(void *platform, struct stream_out *o goto exit; } if (popcount(devices) == 2 && !voice_is_in_call(adev)) { if (popcount(devices) == 2) { if (devices == (AUDIO_DEVICE_OUT_WIRED_HEADPHONE | AUDIO_DEVICE_OUT_SPEAKER)) { if (my_data->external_spk_1) Loading
hal/msm8974/platform.c +1 −1 Original line number Diff line number Diff line Loading @@ -2049,7 +2049,7 @@ snd_device_t platform_get_output_snd_device(void *platform, struct stream_out *o goto exit; } if (popcount(devices) == 2 && !voice_is_in_call(adev)) { if (popcount(devices) == 2) { if (devices == (AUDIO_DEVICE_OUT_WIRED_HEADPHONE | AUDIO_DEVICE_OUT_SPEAKER)) { if (my_data->external_spk_1) Loading