pulse: use EnumRoute to collect and report port info

This commit is contained in:
Wim Taymans 2020-07-01 13:52:25 +02:00
parent 698509ef55
commit 42cc30e1ee
3 changed files with 134 additions and 14 deletions

View file

@ -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 {