mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse: use EnumRoute to collect and report port info
This commit is contained in:
parent
698509ef55
commit
42cc30e1ee
3 changed files with 134 additions and 14 deletions
|
|
@ -269,6 +269,8 @@ struct global {
|
|||
struct spa_list profiles;
|
||||
uint32_t n_profiles;
|
||||
uint32_t active_profile;
|
||||
struct spa_list ports;
|
||||
uint32_t n_ports;
|
||||
pa_card_info info;
|
||||
} card_info;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue