From 51b5aafeaa818d86dabb74d21cd751d5f6171990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Fri, 22 Jul 2022 00:43:30 +0200 Subject: [PATCH] pipewire: module-echo-cancel: remove line that does nothing --- src/modules/module-echo-cancel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/module-echo-cancel.c b/src/modules/module-echo-cancel.c index a3f929482..5ac3cb6be 100644 --- a/src/modules/module-echo-cancel.c +++ b/src/modules/module-echo-cancel.c @@ -993,8 +993,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args) goto error; } - (void)SPA_SUPPORT_INIT(SPA_TYPE_INTERFACE_AUDIO_AEC, (struct spa_audio_aec *)impl->aec); - pw_log_info("Using plugin AEC %s", impl->aec->name); if ((str = pw_properties_get(props, "aec.args")) != NULL)