Home
last modified time | relevance | path

Searched refs:capture_substreams (Results 1 – 12 of 12) sorted by relevance

/sound/firewire/motu/
Dmotu-stream.c210 if (motu->capture_substreams == 0 && motu->playback_substreams == 0) in snd_motu_stream_start_duplex()
275 motu->capture_substreams > 0) { in snd_motu_stream_start_duplex()
294 if (motu->capture_substreams == 0) { in snd_motu_stream_stop_duplex()
376 motu->capture_substreams = 0; in snd_motu_stream_destroy_duplex()
Dmotu-midi.c21 motu->capture_substreams++; in midi_capture_open()
60 motu->capture_substreams--; in midi_capture_close()
Dmotu-pcm.c206 motu->capture_substreams++; in capture_hw_params()
239 motu->capture_substreams--; in capture_hw_free()
Dmotu.h63 unsigned int capture_substreams; member
/sound/firewire/fireworks/
Dfireworks_stream.c198 if (efw->playback_substreams == 0 && efw->capture_substreams == 0) in snd_efw_stream_start_duplex()
241 if (efw->capture_substreams > 0 && in snd_efw_stream_start_duplex()
256 if (efw->capture_substreams == 0) { in snd_efw_stream_stop_duplex()
Dfireworks_midi.c21 efw->capture_substreams++; in midi_capture_open()
55 efw->capture_substreams--; in midi_capture_close()
Dfireworks_pcm.c235 efw->capture_substreams++; in pcm_capture_hw_params()
267 efw->capture_substreams--; in pcm_capture_hw_free()
Dfireworks.h92 unsigned int capture_substreams; member
/sound/firewire/oxfw/
Doxfw-midi.c22 oxfw->capture_substreams++; in midi_capture_open()
61 oxfw->capture_substreams--; in midi_capture_close()
Doxfw-stream.c264 substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex()
270 opposite_substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex()
345 if (((stream == &oxfw->tx_stream) && (oxfw->capture_substreams > 0)) || in snd_oxfw_stream_stop_simplex()
Doxfw.h55 unsigned int capture_substreams; member
Doxfw-pcm.c223 oxfw->capture_substreams++; in pcm_capture_hw_params()
256 oxfw->capture_substreams--; in pcm_capture_hw_free()