mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
jack: clear latency range
To avoid invalid meaningless values.
This commit is contained in:
parent
f39d2fd78a
commit
31cfd434da
1 changed files with 2 additions and 0 deletions
|
|
@ -3079,6 +3079,8 @@ SPA_EXPORT
|
|||
void jack_port_get_latency_range (jack_port_t *port, jack_latency_callback_mode_t mode, jack_latency_range_t *range)
|
||||
{
|
||||
pw_log_warn("not implemented %p %d", port, mode);
|
||||
range->min = 0;
|
||||
range->max = 0;
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue