mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa-pcm: improve debug
This commit is contained in:
parent
a5922a9c0a
commit
b4cf78b5a6
1 changed files with 3 additions and 3 deletions
|
|
@ -940,9 +940,9 @@ int spa_alsa_write(struct state *state)
|
|||
return res;
|
||||
|
||||
if (SPA_UNLIKELY(!state->alsa_recovering && delay > target + state->threshold)) {
|
||||
spa_log_warn(state->log, NAME" %s: follower delay:%ld resync %f %f %f",
|
||||
state->props.device, delay, state->dll.z1,
|
||||
state->dll.z2, state->dll.z3);
|
||||
spa_log_warn(state->log, NAME" %s: follower delay:%ld target:%ld resync %f %f %f",
|
||||
state->props.device, delay, target + state->threshold,
|
||||
state->dll.z1, state->dll.z2, state->dll.z3);
|
||||
spa_dll_init(&state->dll);
|
||||
state->alsa_sync = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue