diff options
-rw-r--r-- | xbmc/platform/linux/PlatformLinux.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/platform/linux/PlatformLinux.cpp b/xbmc/platform/linux/PlatformLinux.cpp index a7af09824d..7958da8787 100644 --- a/xbmc/platform/linux/PlatformLinux.cpp +++ b/xbmc/platform/linux/PlatformLinux.cpp @@ -114,9 +114,9 @@ bool CPlatformLinux::InitStageOne() } else { - if (!OPTIONALS::PulseAudioRegister()) + if (!OPTIONALS::PipewireRegister()) { - if (!OPTIONALS::PipewireRegister()) + if (!OPTIONALS::PulseAudioRegister()) { if (!OPTIONALS::ALSARegister()) { |