diff options
Diffstat (limited to 'audio/main.c')
-rw-r--r-- | audio/main.c | 4 |
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; |