mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse: also update ports after profiles
The ports have references to the profile info.
This commit is contained in:
parent
f058f86670
commit
ebc659330e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue