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 | ALSA: firewire-speakers, oxygen, ua101: allow > 10 s periods (diff) | |
parent | ALSA: hda - Fix no NID error with VIA codecs (diff) | |
download | linux-3409fcd1f71d02025e3f179127a8ba243c525d78.tar.xz linux-3409fcd1f71d02025e3f179127a8ba243c525d78.zip |
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; |