aboutsummaryrefslogtreecommitdiff
path: root/xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h')
-rw-r--r--xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h b/xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h
index 3606a0b4f5..48f73f9a10 100644
--- a/xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h
+++ b/xbmc/cores/AudioEngine/Sinks/AESinkPULSE.h
@@ -31,7 +31,7 @@ public:
CAESinkPULSE();
~CAESinkPULSE() override;
- static bool Register();
+ static bool Register(bool allowPipeWireCompatServer);
static std::unique_ptr<IAESink> Create(std::string& device, AEAudioFormat& desiredFormat);
static void EnumerateDevicesEx(AEDeviceInfoList &list, bool force = false);
static void Cleanup();