ALSA: firewire-motu: register the size of PCM period to AMDTP domain
[linux-2.6-block.git] / sound / firewire / motu / motu-midi.c
index 46a0035df31e5ea573df1af852bed26c92024fd9..997dd6c8ec319db06569d9e31d638fc9e36317bf 100644 (file)
@@ -17,7 +17,7 @@ static int midi_open(struct snd_rawmidi_substream *substream)
 
        mutex_lock(&motu->mutex);
 
-       err = snd_motu_stream_reserve_duplex(motu, 0);
+       err = snd_motu_stream_reserve_duplex(motu, 0, 0);
        if (err >= 0) {
                ++motu->substreams_counter;
                err = snd_motu_stream_start_duplex(motu);