ALSA: firewire-lib: transfer rx packets on-the-fly when replaying
[linux-2.6-microblaze.git] / sound / firewire / motu / motu-stream.c
index 5af9d74..5d8d067 100644 (file)
@@ -260,7 +260,7 @@ int snd_motu_stream_start_duplex(struct snd_motu *motu)
                if (err < 0)
                        goto stop_streams;
 
-               err = amdtp_domain_start(&motu->domain, 0, false);
+               err = amdtp_domain_start(&motu->domain, 0, false, false);
                if (err < 0)
                        goto stop_streams;