https://bugs.kde.org/show_bug.cgi?id=374919
--- Comment #8 from jeth...@ya.ru --- Let me share a bit more of my findings about the issue. According to applet/contents/ui/main.qml it seems that playFeedback() function is called each time we increase/decrease volume. In playFeedback() sinkIndex = sinkModel.preferredSink.cardIndex when no args are passed to the function. In PA I have Card #2 and alsa_output.pci-0000_00_1b.0.analog-stereo is the default sink: $ pacmd list-sinks 1 sink(s) available. * index: 0 name: <alsa_output.pci-0000_00_1b.0.analog-stereo> driver: <module-alsa-card.c> flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY state: SUSPENDED suspend cause: IDLE priority: 9959 volume: front-left: 55705 / 85% / -4.24 dB, front-right: 55705 / 85% / -4.24 dB balance 0.00 base volume: 65536 / 100% / 0.00 dB volume steps: 65537 muted: no current latency: 0.00 ms max request: 0 KiB max rewind: 0 KiB monitor source: 0 sample spec: s16le 2ch 48000Hz channel map: front-left,front-right Stereo used by: 0 linked by: 0 configured latency: 0.00 ms; range is 0.50 .. 1837.50 ms card: 2 <alsa_card.pci-0000_00_1b.0> ... $ pactl info ... Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo ... So I suppose this is why I get sinkIndex = 2 and things don't work for me. What do you think? -- You are receiving this mail because: You are watching all bug changes.