diff --git a/src/monocoque/devices/sound.c b/src/monocoque/devices/sound.c index c00f560..f6ea940 100644 --- a/src/monocoque/devices/sound.c +++ b/src/monocoque/devices/sound.c @@ -31,7 +31,7 @@ int setupsound() // Start the mainloop assert(pa_threaded_mainloop_start(mainloop) == 0); - assert(pa_context_connect(context, NULL, PA_CONTEXT_NOAUTOSPAWN, NULL) == 0); + assert(pa_context_connect(context, NULL, 0, NULL) == 0); // Wait for the context to be ready for(;;) {