summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/main.c b/audio/main.c
index 2188e6e7..5c44df9b 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
exit(1);
}
- if (headset_init(conn) < 0) {
+ if (headset_server_init(conn) < 0) {
error("Headset initialization failed!");
exit(1);
}