aboutsummaryrefslogtreecommitdiff
path: root/xbmc/platform/freebsd/PlatformFreebsd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/platform/freebsd/PlatformFreebsd.cpp')
-rw-r--r--xbmc/platform/freebsd/PlatformFreebsd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/xbmc/platform/freebsd/PlatformFreebsd.cpp b/xbmc/platform/freebsd/PlatformFreebsd.cpp
index c949a339cb..6ab3f46ed2 100644
--- a/xbmc/platform/freebsd/PlatformFreebsd.cpp
+++ b/xbmc/platform/freebsd/PlatformFreebsd.cpp
@@ -89,7 +89,7 @@ bool CPlatformFreebsd::InitStageOne()
}
else if (sink == "pulseaudio")
{
- OPTIONALS::PulseAudioRegister();
+ OPTIONALS::PulseAudioRegister(true);
}
else if (sink == "oss")
{
@@ -102,11 +102,11 @@ bool CPlatformFreebsd::InitStageOne()
else if (sink == "alsa+pulseaudio")
{
OPTIONALS::ALSARegister();
- OPTIONALS::PulseAudioRegister();
+ OPTIONALS::PulseAudioRegister(true);
}
else
{
- if (!OPTIONALS::PulseAudioRegister())
+ if (!OPTIONALS::PulseAudioRegister(false))
{
if (!OPTIONALS::ALSARegister())
{