summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-28 11:49:37 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-28 11:49:37 +0000
commit1e7c36a80b7110b50bc71762f633af1a46b4609c (patch)
treee2d0186e88917f5c39f280d1fca78cda25c7c9a2 /audio/main.c
parent2646a19f46583a0a79b3933d4b2fb2dd3b156386 (diff)
Make HCI routing the default
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/main.c b/audio/main.c
index 8e27190c..e828f022 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -42,7 +42,7 @@
#include "manager.h"
static gboolean disable_hfp = TRUE;
-static gboolean sco_hci = FALSE;
+static gboolean sco_hci = TRUE;
static int source_count = 1;
static GMainLoop *main_loop = NULL;