Skip to content

switch-on-port-available: Pass correct port_pointers to switch_to_port()

Tanu Kaskinen requested to merge tanuk/pulseaudio:output-not-switching into master

The pp variable contains information for the port that became unavailable, but switch_to_port() needs the information for the port that we're switching to.

Fixes: #1096 (closed)

Merge request reports