summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-06-13 06:47:32 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-06-13 06:47:32 +0000
commit9dc2cfaca68df6b7aa9824da20cfe2eb01980f73 (patch)
tree3861de48deb5cc6f4b7204bb3ce0a2cc3a4f45f9 /audio
parent3f171de3179effc5b22462497bcbd56b18887adc (diff)
Set default config values to what currently works
Diffstat (limited to 'audio')
-rw-r--r--audio/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/main.c b/audio/main.c
index 796af3b5..3a170b1a 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -41,8 +41,8 @@
#include "headset.h"
/* Configuration settings */
-static gboolean disable_hfp = FALSE;
-static gboolean sco_hci = TRUE;
+static gboolean disable_hfp = TRUE;
+static gboolean sco_hci = FALSE;
static GMainLoop *main_loop = NULL;