From 9dc2cfaca68df6b7aa9824da20cfe2eb01980f73 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 13 Jun 2007 06:47:32 +0000 Subject: Set default config values to what currently works --- audio/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/main.c') 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; -- cgit