Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a22da5cd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Enable fluence block for HFP"

parents 281ebbe1 6408ea32
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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))
+2 −0
Original line number Diff line number Diff line
@@ -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))