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;