mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
alsa: throw timing data away after device resume
This commit is contained in:
parent
f6763917ee
commit
5efb07281d
5 changed files with 30 additions and 25 deletions
|
|
@ -52,7 +52,7 @@ void pa_smoother_set_time_offset(pa_smoother *s, pa_usec_t x_offset);
|
|||
void pa_smoother_pause(pa_smoother *s, pa_usec_t x);
|
||||
void pa_smoother_resume(pa_smoother *s, pa_usec_t x, pa_bool_t abrupt);
|
||||
|
||||
void pa_smoother_reset(pa_smoother *s);
|
||||
void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, pa_bool_t paused);
|
||||
|
||||
void pa_smoother_fix_now(pa_smoother *s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue