Make HCI routing the default

This commit is contained in:
Johan Hedberg 2007-08-28 11:49:37 +00:00
parent 2646a19f46
commit 1e7c36a80b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;