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

Commit 60e86b2e authored by Susan Wang's avatar Susan Wang Committed by Gerrit - the friendly Code Review server
Browse files

hal: Enable echo reference path

Set echo reference enable to true in auto_hal.

Change-Id: I5a9eb4518b9578902f9bb5c70dfb0742e1a55dea
parent 7cae5f9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ snd_device_t auto_hal_get_input_snd_device(struct audio_device *adev,
                snd_device = SND_DEVICE_IN_VOICE_SPEAKER_MIC_HFP;
            }
            if (adev->enable_hfp)
                fp_platform_set_echo_reference(adev, false, &out_devices);
                fp_platform_set_echo_reference(adev, true, &out_devices);
            break;
        case USECASE_AUDIO_HFP_SCO_DOWNLINK:
            snd_device = SND_DEVICE_IN_BT_SCO_MIC;