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

Commit eb487888 authored by Garmond Leung's avatar Garmond Leung
Browse files

hal: Define function to append ffv ec ref device name.

Define function to append ffv echo reference device name

Change-Id: I2da0103a665533b92b6e0efce368a4270472fd46
parent a3b186c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -991,6 +991,7 @@ static void __unused audio_extn_hw_loopback_deinit(struct audio_device *adev __u
#define audio_extn_ffv_deinit_ec_ref_loopback(adev, snd_device) (0)
#define audio_extn_ffv_check_and_append_ec_ref_dev(device_name) (0)
#define audio_extn_ffv_get_capture_snd_device() (0)
#define audio_extn_ffv_append_ec_ref_dev_name(device_name) (0)
#else
int32_t audio_extn_ffv_init(struct audio_device *adev);
int32_t audio_extn_ffv_deinit();
@@ -1012,5 +1013,6 @@ int audio_extn_ffv_deinit_ec_ref_loopback(struct audio_device *adev,
                                          snd_device_t snd_device);
void audio_extn_ffv_check_and_append_ec_ref_dev(char *device_name);
snd_device_t audio_extn_ffv_get_capture_snd_device();
void audio_extn_ffv_append_ec_ref_dev_name(char *device_name);
#endif
#endif /* AUDIO_EXTN_H */