summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-05 17:43:54 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-05 17:43:54 +0000
commitaa4ce3509e6bf62a20e89d680e2792388f0afde1 (patch)
tree18aa2354290c96b7d1a1c8a941463334414163a9 /audio/a2dp.c
parent37c2fa54a9eb3d086849acdf4a4d64157334b21a (diff)
Do master role switching by default and add ForceMaster config option
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r--audio/a2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index fd3cb632..53922513 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -1100,7 +1100,7 @@ int a2dp_init(DBusConnection *conn, GKeyFile *config)
proceed:
connection = dbus_connection_ref(conn);
- avdtp_init();
+ avdtp_init(config);
if (source) {
for (i = 0; i < sbc_srcs; i++)