diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-28 09:54:21 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-28 09:54:21 +0000 |
commit | e2827b35575bab20a99a170805a0a59a32fb2c48 (patch) | |
tree | edb190807b7b969177647edd311e83187cedf5bb /audio/manager.h | |
parent | b72f1302fa22e420431356a61a80f5f045f75c97 (diff) |
Make SBC Audio Source count configurable and the default value 1
Diffstat (limited to 'audio/manager.h')
-rw-r--r-- | audio/manager.h | 2 |
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); |