diff --git a/src/arch/Sound/RageSoundDriver_JACK.cpp b/src/arch/Sound/RageSoundDriver_JACK.cpp index 11a7f5e111..d4ff7dca8e 100644 --- a/src/arch/Sound/RageSoundDriver_JACK.cpp +++ b/src/arch/Sound/RageSoundDriver_JACK.cpp @@ -34,7 +34,7 @@ RString RageSoundDriver_JACK::Init() RString error; // Open JACK client and call it "StepMania" or whatever - client = jack_client_open(PRODUCT_FAMILY, JackNullOption, &status); + client = jack_client_open(PRODUCT_FAMILY, JackNoStartServer, &status); if (client == NULL) return "Couldn't connect to JACK server";