mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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
|
.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;
|
struct module_echo_cancel_data *data = module->user_data;
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue