From ebc659330e542bdb47652dc9a34073cd4c047827 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 13 Aug 2020 16:58:40 +0200 Subject: [PATCH] pulse: also update ports after profiles The ports have references to the profile info. --- pipewire-pulseaudio/src/context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pipewire-pulseaudio/src/context.c b/pipewire-pulseaudio/src/context.c index 9ca640ff9..a8b062722 100644 --- a/pipewire-pulseaudio/src/context.c +++ b/pipewire-pulseaudio/src/context.c @@ -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);