Commit 03ccc5b8 authored by David Reid's avatar David Reid

Lower the priority of JACK to below OSS.

The reason for this change is to ensure OSS is chosen over JACK by
default on BSD platforms.
parent f91d9222
...@@ -1311,8 +1311,8 @@ struct mal_device ...@@ -1311,8 +1311,8 @@ struct mal_device
// - WinMM // - WinMM
// - PulseAudio // - PulseAudio
// - ALSA // - ALSA
// - JACK
// - OSS // - OSS
// - JACK
// - OpenSL|ES // - OpenSL|ES
// - OpenAL // - OpenAL
// - SDL // - SDL
...@@ -12345,8 +12345,8 @@ static const mal_backend g_malDefaultBackends[] = { ...@@ -12345,8 +12345,8 @@ static const mal_backend g_malDefaultBackends[] = {
mal_backend_winmm, mal_backend_winmm,
mal_backend_pulseaudio, mal_backend_pulseaudio,
mal_backend_alsa, mal_backend_alsa,
mal_backend_jack,
mal_backend_oss, mal_backend_oss,
mal_backend_jack,
mal_backend_opensl, mal_backend_opensl,
mal_backend_openal, mal_backend_openal,
mal_backend_sdl, mal_backend_sdl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment