Skip to content

Suspend ladspa sink on master suspend

Georg Chini requested to merge gchini/pulseaudio:virtual_sink_suspend into master

Currently, if a master sink/source is suspended, the slave sink/source is not notified about the state change. This leads to problems when the virtual sink/source is used in combination with module-loopback. These patches fix the problem for the ladspa sink as an example. When merged, I will send an additional series for the other virtual sinks and sources.

Merge request reports