diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-08-13 16:58:40 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-08-13 16:58:40 +0200 |
commit | ebc659330e542bdb47652dc9a34073cd4c047827 (patch) | |
tree | 8b878e675dff18de69ad70410bf0d25eaef5ba91 /pipewire-pulseaudio | |
parent | f058f86670cac2f58241c92a9cf2a8bce23cf8c8 (diff) |
pulse: also update ports after profiles
The ports have references to the profile info.
Diffstat (limited to 'pipewire-pulseaudio')
-rw-r--r-- | pipewire-pulseaudio/src/context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pipewire-pulseaudio/src/context.c b/pipewire-pulseaudio/src/context.c index 9ca640ff..a8b06272 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); |