Commit 54b59068 authored by David Reid's avatar David Reid

Move OSS above PulseAudio in the priority list.

parent 4f15e6d7
...@@ -1345,9 +1345,9 @@ struct mal_device ...@@ -1345,9 +1345,9 @@ struct mal_device
// - WASAPI // - WASAPI
// - DirectSound // - DirectSound
// - WinMM // - WinMM
// - OSS
// - PulseAudio // - PulseAudio
// - ALSA // - ALSA
// - OSS
// - JACK // - JACK
// - OpenSL|ES // - OpenSL|ES
// - OpenAL // - OpenAL
...@@ -13728,9 +13728,9 @@ const mal_backend g_malDefaultBackends[] = { ...@@ -13728,9 +13728,9 @@ const mal_backend g_malDefaultBackends[] = {
mal_backend_wasapi, mal_backend_wasapi,
mal_backend_dsound, mal_backend_dsound,
mal_backend_winmm, mal_backend_winmm,
mal_backend_oss,
mal_backend_pulseaudio, mal_backend_pulseaudio,
mal_backend_alsa, mal_backend_alsa,
mal_backend_oss,
mal_backend_jack, mal_backend_jack,
mal_backend_opensl, mal_backend_opensl,
mal_backend_openal, mal_backend_openal,
......
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