diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-17 14:54:47 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-17 14:54:47 +0200 |
commit | 3409fcd1f71d02025e3f179127a8ba243c525d78 (patch) | |
tree | 365b2e3f8901c358f6ea216c2ba03e7a1f48a359 /sound/firewire | |
parent | f4b1e98aa93d548e5d51c8c5272ea08562fc71c1 (diff) | |
parent | ad2409413d09fca763be1ac5161f2a9d82367903 (diff) |
Merge branch 'fix/hda' into topic/misc
Diffstat (limited to 'sound/firewire')
-rw-r--r-- | sound/firewire/isight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/isight.c b/sound/firewire/isight.c index 86ee16ca365e..440030818db7 100644 --- a/sound/firewire/isight.c +++ b/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; |