From 0ca1acb3d5b3dae7288ae75304a395bd463129ed Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 12 Oct 2023 15:28:21 +0200 Subject: [PATCH] alsa: don't resync capture when linked We should be aligned correctly. --- spa/plugins/alsa/alsa-pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-pcm.c b/spa/plugins/alsa/alsa-pcm.c index b938d3432..57e7911e7 100644 --- a/spa/plugins/alsa/alsa-pcm.c +++ b/spa/plugins/alsa/alsa-pcm.c @@ -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;