mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
alsa: fix uninitialized value
This commit is contained in:
parent
e1aedbab5b
commit
49304ec522
1 changed files with 1 additions and 0 deletions
|
|
@ -630,6 +630,7 @@ impl_node_port_set_param(void *object,
|
|||
this->port_info.change_mask |= SPA_PORT_CHANGE_MASK_PARAMS;
|
||||
this->port_params[PORT_Latency].user++;
|
||||
emit_port_info(this, false);
|
||||
res = 0;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue