From c93df2729344fa2e1eb3015a8493a65b533af19c Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Fri, 17 Jun 2011 08:18:35 +0200 Subject: [PATCH] --- yaml --- r: 253769 b: refs/heads/master c: cf6f1ff17f56c275424c5a341fc4d27ccbbfa71c h: refs/heads/master i: 253767: 352ffb3473408a3d3ccf5eb46d8fbe6a8e299e13 v: v3 --- [refs] | 2 +- trunk/sound/firewire/isight.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b7ca7891ad7b..5cc2fc5610a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ec5258d68c626922d92e2f0e4e5c689e5360a5d +refs/heads/master: cf6f1ff17f56c275424c5a341fc4d27ccbbfa71c diff --git a/trunk/sound/firewire/isight.c b/trunk/sound/firewire/isight.c index 86ee16ca365e..440030818db7 100644 --- a/trunk/sound/firewire/isight.c +++ b/trunk/sound/firewire/isight.c @@ -209,6 +209,7 @@ static void isight_packet(struct fw_iso_context *context, u32 cycle, isight->packet_index = -1; return; } + fw_iso_context_queue_flush(isight->context); if (++index >= QUEUE_LENGTH) index = 0;