mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse: keep track of availability of active port
Also emit a device change event when the availability of the active port changes.
This commit is contained in:
parent
8638fd0411
commit
c8700b2e4b
2 changed files with 13 additions and 4 deletions
|
|
@ -299,6 +299,7 @@ struct global {
|
|||
float base_volume;
|
||||
float volume_step;
|
||||
uint32_t active_port;
|
||||
enum spa_param_availability available_port;
|
||||
uint32_t device_index;
|
||||
} node_info;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue