Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_stream.c221 (atomic_read(&efw->capture_substreams) == 0)) in snd_efw_stream_start_duplex()
234 slave_substreams = &efw->capture_substreams; in snd_efw_stream_start_duplex()
301 slave_substreams = &efw->capture_substreams; in snd_efw_stream_stop_duplex()
307 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.c255 atomic_inc(&efw->capture_substreams); in pcm_capture_hw_params()
285 atomic_dec(&efw->capture_substreams); in pcm_capture_hw_free()
Dfireworks.h89 atomic_t capture_substreams; member
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-midi.c22 oxfw->capture_substreams++; in midi_capture_open()
61 oxfw->capture_substreams--; in midi_capture_close()
Doxfw.h61 unsigned int capture_substreams; member
Doxfw-stream.c265 substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex()
271 opposite_substreams = oxfw->capture_substreams; in snd_oxfw_stream_start_simplex()
346 if (((stream == &oxfw->tx_stream) && (oxfw->capture_substreams > 0)) || in snd_oxfw_stream_stop_simplex()
Doxfw-pcm.c243 oxfw->capture_substreams++; in pcm_capture_hw_params()
280 oxfw->capture_substreams--; in pcm_capture_hw_free()