mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: fix module args
This commit is contained in:
parent
865d41b986
commit
89d4cafec4
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ static const struct pw_impl_module_events module_events = {
|
|||
.destroy = module_destroy
|
||||
};
|
||||
|
||||
static int module_echo_cancel_load(struct client *client, struct module *module)
|
||||
static int module_echo_cancel_load(struct module *module)
|
||||
{
|
||||
struct module_echo_cancel_data *data = module->user_data;
|
||||
FILE *f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue