alsa: don't resync capture when linked

We should be aligned correctly.
This commit is contained in:
Wim Taymans 2023-10-12 15:28:21 +02:00
parent 080c40d938
commit 0ca1acb3d5

View file

@ -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;