ALSA: firewire-motu: share PCM buffer size for both direction
[sfrench/cifs-2.6.git] / sound / firewire / motu / motu.h
index 350ee2c16f4a89f9c29dad04aff17d626e4b266a..35ed8b6bb8e857c45105f723ce29022f4607979a 100644 (file)
@@ -154,7 +154,9 @@ void snd_motu_transaction_unregister(struct snd_motu *motu);
 int snd_motu_stream_init_duplex(struct snd_motu *motu);
 void snd_motu_stream_destroy_duplex(struct snd_motu *motu);
 int snd_motu_stream_cache_packet_formats(struct snd_motu *motu);
-int snd_motu_stream_reserve_duplex(struct snd_motu *motu, unsigned int rate);
+int snd_motu_stream_reserve_duplex(struct snd_motu *motu, unsigned int rate,
+                                  unsigned int frames_per_period,
+                                  unsigned int frames_per_buffer);
 int snd_motu_stream_start_duplex(struct snd_motu *motu);
 void snd_motu_stream_stop_duplex(struct snd_motu *motu);
 int snd_motu_stream_lock_try(struct snd_motu *motu);