ALSA: firewire-motu: share PCM buffer size for both direction
[linux-2.6-block.git] / sound / firewire / motu / motu-midi.c
index 997dd6c8ec319db06569d9e31d638fc9e36317bf..2365f7dfde2664dfa3990e2e8ab848b2de5ada4d 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, 0);
+       err = snd_motu_stream_reserve_duplex(motu, 0, 0, 0);
        if (err >= 0) {
                ++motu->substreams_counter;
                err = snd_motu_stream_start_duplex(motu);