summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/filter/af.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index 62ba6a9665..7ff3b49ae8 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -461,7 +461,8 @@ static int af_reinit(struct af_stream *s)
struct af_instance *aft = af->prev;
af_remove(s, af);
af = aft->next;
- break;
+ retry++;
+ continue;
}
}
goto negotiate_error;