mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
simplify latency range by not allowing stored 'wildcard' ranges anymore
This commit is contained in:
parent
e6be9481dc
commit
aa92ff408c
8 changed files with 42 additions and 27 deletions
|
|
@ -240,7 +240,7 @@ static void adjust_after_underrun(struct userdata *u) {
|
|||
pa_log_notice("Increasing minimal latency to %0.2f ms",
|
||||
(double) new_min_latency / PA_USEC_PER_MSEC);
|
||||
|
||||
pa_sink_update_latency_range(u->sink, new_min_latency, u->sink->thread_info.max_latency);
|
||||
pa_sink_set_latency_range_within_thread(u->sink, new_min_latency, u->sink->thread_info.max_latency);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue