From 1e7c36a80b7110b50bc71762f633af1a46b4609c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 28 Aug 2007 11:49:37 +0000 Subject: Make HCI routing the default --- audio/audio.conf | 2 +- audio/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/audio.conf b/audio/audio.conf index 97fd90f4..3fe8965f 100644 --- a/audio/audio.conf +++ b/audio/audio.conf @@ -10,7 +10,7 @@ # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA) # Defaults to HCI -SCORouting=PCM +#SCORouting=PCM # Headset interface specific options (i.e. options which affect how the audio # service interacts with remote headset devices) 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; -- cgit