services/pipewire: do not use device for pro audio node controls

Note that the device object is currently still bound. This should not
be necessary.

Fixes #178
This commit is contained in:
outfoxxed 2025-10-11 21:42:58 -07:00
parent c9d3ffb604
commit ea79eaceb0
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 22 additions and 4 deletions

View file

@ -2,3 +2,7 @@
- Added support for creating wayland idle inhibitors.
- Added support for wayland idle timeouts.
## Bug Fixes
- Fixed volume control breaking with pipewire pro audio mode.