Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_stream.c219 (atomic_read(&efw->capture_substreams) == 0)) in snd_efw_stream_start_duplex()
232 slave_substreams = &efw->capture_substreams; in snd_efw_stream_start_duplex()
299 slave_substreams = &efw->capture_substreams; in snd_efw_stream_stop_duplex()
305 master_substreams = &efw->capture_substreams; in snd_efw_stream_stop_duplex()
Dfireworks_midi.c20 atomic_inc(&efw->capture_substreams); in midi_capture_open()
50 atomic_dec(&efw->capture_substreams); in midi_capture_close()
Dfireworks_pcm.c249 atomic_inc(&efw->capture_substreams); in pcm_capture_hw_params()
273 atomic_dec(&efw->capture_substreams); in pcm_capture_hw_free()
Dfireworks.h89 atomic_t capture_substreams; member
/linux-4.1.27/sound/firewire/bebob/
Dbebob_midi.c20 atomic_inc(&bebob->capture_substreams); in midi_capture_open()
49 atomic_dec(&bebob->capture_substreams); in midi_capture_close()
Dbebob_stream.c523 atomic_read(&bebob->capture_substreams) == 0) in snd_bebob_stream_start_duplex()
536 slave_substreams = &bebob->capture_substreams; in snd_bebob_stream_start_duplex()
668 slave_substreams = &bebob->capture_substreams; in snd_bebob_stream_stop_duplex()
674 master_substreams = &bebob->capture_substreams; in snd_bebob_stream_stop_duplex()
Dbebob_pcm.c216 atomic_inc(&bebob->capture_substreams); in pcm_capture_hw_params()
242 atomic_dec(&bebob->capture_substreams); in pcm_capture_hw_free()
Dbebob.h95 atomic_t capture_substreams; member
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-midi.c22 oxfw->capture_substreams++; in midi_capture_open()
61 oxfw->capture_substreams--; in midi_capture_close()
Doxfw-stream.c253 substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex()
259 opposite_substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex()
334 if (((stream == &oxfw->tx_stream) && (oxfw->capture_substreams > 0)) || in snd_oxfw_stream_stop_simplex()
Doxfw.h60 unsigned int capture_substreams; member
Doxfw-pcm.c238 oxfw->capture_substreams++; in pcm_capture_hw_params()
271 oxfw->capture_substreams--; in pcm_capture_hw_free()