mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: don't resync capture when linked
We should be aligned correctly.
This commit is contained in:
parent
080c40d938
commit
0ca1acb3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -2679,7 +2679,7 @@ static int alsa_read_sync(struct state *state, uint64_t current_time)
|
|||
return res;
|
||||
|
||||
max_read = state->buffer_frames;
|
||||
if (following) {
|
||||
if (following && !state->linked) {
|
||||
if (state->alsa_sync) {
|
||||
enum spa_log_level lev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue