From 04efa14f48878cd1c1a31afc106f782fc97277a0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 31 May 2007 09:23:17 +0000 Subject: Bring the audio code up-to-date with the current API spec --- audio/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/main.c') diff --git a/audio/main.c b/audio/main.c index 98dc1d4f..80e3fabf 100644 --- a/audio/main.c +++ b/audio/main.c @@ -84,7 +84,7 @@ int main(int argc, char *argv[]) exit(1); } - if (headset_server_init(conn) < 0) { + if (headset_server_init(conn, FALSE) < 0) { error("Headset initialization failed!"); exit(1); } -- cgit