From e2827b35575bab20a99a170805a0a59a32fb2c48 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 28 Aug 2007 09:54:21 +0000 Subject: Make SBC Audio Source count configurable and the default value 1 --- audio/a2dp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/a2dp.h') diff --git a/audio/a2dp.h b/audio/a2dp.h index 0a838b62..4804c5f1 100644 --- a/audio/a2dp.h +++ b/audio/a2dp.h @@ -64,8 +64,7 @@ typedef void (*a2dp_stream_cb_t) (struct avdtp *session, struct device *dev, struct avdtp_stream *stream, void *user_data); -int a2dp_init(DBusConnection *conn, gboolean enable_sink, - gboolean enable_source); +int a2dp_init(DBusConnection *conn, int sources, int sinks); void a2dp_exit(void); unsigned int a2dp_source_request_stream(struct avdtp *session, -- cgit