mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
operation: fix for async changes
This commit is contained in:
parent
61edd78bf4
commit
71e5c13191
3 changed files with 2 additions and 5 deletions
|
|
@ -129,7 +129,7 @@ static int device_event_param(void *object,
|
|||
pw_log_warn("device %d: can't parse profile", g->id);
|
||||
return -EINVAL;
|
||||
}
|
||||
pw_array_add_ptr(&g->card_info.profiles, pw_spa_pod_copy(param));
|
||||
pw_array_add_ptr(&g->card_info.profiles, spa_pod_copy(param));
|
||||
pw_log_debug("device %d: enum profile %d: \"%s\"", g->id, id, name);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue