Skip to content

daemon-conf: fix printing avoid-resampling in pa_daemon_conf_dump()

Tanu Kaskinen requested to merge tanuk/pulseaudio:fix-dump-conf into master

The bool was inverted for some reason - maybe because the next line prints enable-remixing that needs to be inverted from disable_remixing, and somehow this logic was accidentally copied to the avoid-resampling handling.

Fixes: #568 (closed)

Merge request reports