summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-22 20:58:12 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-22 20:58:12 +0000
commit22dd53fe6ef9783c3357a6da1ecedd3b01bb7003 (patch)
tree2246d1d9f6b024ef0eb713df605f52ed3e0530ef /audio/main.c
parent8636ace20adebe32149851cf068bf4b0ecb224ee (diff)
Update build to make use of newly create files.
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/main.c b/audio/main.c
index 0ca8ce87..4a32a320 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -40,7 +40,7 @@
/* Configuration settings */
static gboolean disable_hfp = TRUE;
-static gboolean sco_hci = FALSE;
+static gboolean sco_hci = TRUE;
static GMainLoop *main_loop = NULL;
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
exit(1);
}
- if (headset_server_init(conn, disable_hfp, sco_hci) < 0) {
+ if (gateway_init(conn, disable_hfp, sco_hci) < 0) {
error("Headset initialization failed!");
exit(1);
}
@@ -149,7 +149,7 @@ int main(int argc, char *argv[])
audio_exit();
- headset_exit();
+ gateway_exit();
unix_exit();