mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -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
|
|
@ -306,8 +306,8 @@ static int impl_node_set_param(void *object, uint32_t id, uint32_t flags,
|
|||
SPA_PROP_latencyOffsetNsec, SPA_POD_OPT_Long(&info.ns),
|
||||
SPA_PROP_params, SPA_POD_OPT_Pod(¶ms));
|
||||
|
||||
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