From: Mike Brady Date: Mon, 30 Oct 2017 09:45:38 +0000 (+0100) Subject: Don't disable PulseAudio autospawn X-Git-Tag: 3.2d13~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46172e2ebf6236b98809d73011780d06eea62e4;p=thirdparty%2Fshairport-sync.git Don't disable PulseAudio autospawn --- diff --git a/audio_pa.c b/audio_pa.c index 4e3d038a..1371b029 100644 --- a/audio_pa.c +++ b/audio_pa.c @@ -88,7 +88,7 @@ static int init(int argc, char **argv) { // 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 (;;) {