summaryrefslogtreecommitdiffstats
path: root/akode/lib/auto_sink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akode/lib/auto_sink.cpp')
-rw-r--r--akode/lib/auto_sink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akode/lib/auto_sink.cpp b/akode/lib/auto_sink.cpp
index bcc1250..bee17b1 100644
--- a/akode/lib/auto_sink.cpp
+++ b/akode/lib/auto_sink.cpp
@@ -65,8 +65,8 @@ AutoSink::~AutoSink()
bool AutoSink::open()
{
// Try Polypaudio
- if (getenv("POLYP_SERVER"))
- if (m_data->tryOpen("polyp")) return true;
+ if (getenv("PULSE_SERVER"))
+ if (m_data->tryOpen("pulse")) return true;
// Try Jack
if (m_data->tryOpen("jack")) return true;
// Try ALSA