Skip to content

alsa-sink: Do not increase watermark when requested to rewind 0 bytes

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

Since commit cb91d7a1 the watermark is increased when there is nothing to rewind. This is also done in the case when there was actually no rewind requested at all, so the watermark is increased needlessly. This patch fixes the issue by skipping the rewind if none is requested.

Merge request reports