mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
Make HCI routing the default
This commit is contained in:
parent
2646a19f46
commit
1e7c36a80b
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user