aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer_control.h')
-rw-r--r--src/mixer_control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mixer_control.h b/src/mixer_control.h
index f023317e..a550e086 100644
--- a/src/mixer_control.h
+++ b/src/mixer_control.h
@@ -34,7 +34,8 @@ struct mixer_plugin;
struct config_param;
struct mixer *
-mixer_new(const struct mixer_plugin *plugin, const struct config_param *param,
+mixer_new(const struct mixer_plugin *plugin, void *ao,
+ const struct config_param *param,
GError **error_r);
void