Skip to content

Fix module-remap-sink crash

Jaechul Lee requested to merge jcsing.lee/pulseaudio:remap_crash into master

Every filter sink or source can be reproducible this issue.

If a filter-sink2 is connected to another filter-sink1, filter-sink2's asyncmsgq can be disappeared when the card profile is changed. So, moving_cb in a filter sinks needs to propagate moving_cb or kill_cb.

Merge request reports