--- media/libcubeb/src/cubeb.c 2016-10-31 21:15:39.000000000 +0100 +++ media/libcubeb/src/cubeb.c 2017-01-15 14:33:03.526749880 +0100 @@ -117,12 +117,12 @@ cubeb_init(cubeb ** context, char const * context_name) { int (* init[])(cubeb **, char const *) = { -#if defined(USE_JACK) - jack_init, -#endif #if defined(USE_PULSE) pulse_init, #endif +#if defined(USE_JACK) + jack_init, +#endif #if defined(USE_ALSA) alsa_init, #endif