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

Commit 6ed755dd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Enable echo reference path Set echo reference enable to true in auto_hal."

parents d034de51 60e86b2e
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;