pulse: also update ports after profiles

The ports have references to the profile info.
This commit is contained in:
Wim Taymans 2020-08-13 16:58:40 +02:00
parent f058f86670
commit ebc659330e

View file

@ -779,6 +779,7 @@ static void device_sync(struct global *g)
if (g->card_info.pending_profiles) {
device_sync_profiles(g);
g->card_info.pending_profiles = false;
g->card_info.pending_ports = true;
}
if (g->card_info.pending_ports) {
device_sync_ports(g);