From 22dd53fe6ef9783c3357a6da1ecedd3b01bb7003 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 22 Jun 2007 20:58:12 +0000 Subject: Update build to make use of newly create files. --- audio/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/main.c') 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(); -- cgit