aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/software_mixer_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/software_mixer_plugin.c')
-rw-r--r--src/mixer/software_mixer_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mixer/software_mixer_plugin.c b/src/mixer/software_mixer_plugin.c
index e81d265cb..2fcacd46d 100644
--- a/src/mixer/software_mixer_plugin.c
+++ b/src/mixer/software_mixer_plugin.c
@@ -37,7 +37,8 @@ struct software_mixer {
};
static struct mixer *
-software_mixer_init(G_GNUC_UNUSED const struct config_param *param,
+software_mixer_init(G_GNUC_UNUSED void *ao,
+ G_GNUC_UNUSED const struct config_param *param,
G_GNUC_UNUSED GError **error_r)
{
struct software_mixer *sm = g_new(struct software_mixer, 1);