mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 08:56:47 -05:00
alsa: make internal latency configurable with params
This commit is contained in:
parent
4dcb4f7526
commit
5010125452
3 changed files with 32 additions and 7 deletions
|
|
@ -341,8 +341,8 @@ static int impl_node_set_param(void *object, uint32_t id, uint32_t flags,
|
|||
this->port_info.change_mask |= SPA_PORT_CHANGE_MASK_PARAMS;
|
||||
this->port_params[PORT_EnumFormat].user++;
|
||||
}
|
||||
handle_process_latency(this, &info);
|
||||
spa_alsa_parse_prop_params(this, params);
|
||||
handle_process_latency(this, &info);
|
||||
|
||||
emit_node_info(this, false);
|
||||
emit_port_info(this, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue