diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-16 09:08:26 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-16 09:08:26 +0000 |
commit | 3eb854122f31b55fc4ba56b5ce555c380947f710 (patch) | |
tree | 5bfa292df6b6fca3f013a75555859402571bd0ef /audio/manager.h | |
parent | e65858be07f86fe12756c67a20a5f45debfcc250 (diff) |
Reorganize audio.conf parsing in a more modular manner
Diffstat (limited to 'audio/manager.h')
-rw-r--r-- | audio/manager.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/manager.h b/audio/manager.h index 85fe4881..e740a524 100644 --- a/audio/manager.h +++ b/audio/manager.h @@ -32,14 +32,11 @@ struct enabled_interfaces { gboolean sink; gboolean source; gboolean control; - gboolean target; }; 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, int source_count); - +int audio_init(DBusConnection *conn, GKeyFile *config); void audio_exit(void); uint32_t add_service_record(DBusConnection *conn, sdp_buf_t *buf); |