Skip to content

Draft: pulse-server: if object has card volume, use it always

P V requested to merge pvir/pipewire:pulse-vol-fix into master

If node is associated with a card that has volume, never use the node volume value as it may either be completely different or out of sync with the value in the route.

The card route param may sometimes be temporarily cleared and unavailable, and in that case we report no volume.

XXX: maybe would need to think whether it's OK that the card route information can be sometimes missing. maybe clearing it should be postponed... I didn't notice any harmful effects of this in practice, however.

Edited by P V

Merge request reports