https://bugs.kde.org/show_bug.cgi?id=374919

--- Comment #5 from jeth...@ya.ru ---
I spent a little time playing with volumefeedback.cpp and recompiling
plasma-pa. Suddenly, reassigning sinkIndex to 0 in void
VolumeFeedback::play(quint32 sinkIndex) seem to help:

char dev[64];
sinkIndex = 0; // <---
snprintf(dev, sizeof(dev), "%lu", (unsigned long) sinkIndex);
ca_context_change_device(m_context, dev);

Didn't investigate that further though... Any ideas?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to