summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/manager.h')
-rw-r--r--audio/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.h b/audio/manager.h
index 42632d17..ceabe680 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -37,7 +37,7 @@ struct enabled_interfaces {
typedef void (*create_dev_cb_t) (struct device *dev, void *user_data);
int audio_init(DBusConnection *conn, struct enabled_interfaces *enabled,
- gboolean no_hfp, gboolean sco_hci);
+ gboolean no_hfp, gboolean sco_hci, int source_count);
void audio_exit(void);