Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_stream.c220 if ((atomic_read(&efw->playback_substreams) == 0) && in snd_efw_stream_start_duplex()
230 slave_substreams = &efw->playback_substreams; in snd_efw_stream_start_duplex()
302 master_substreams = &efw->playback_substreams; in snd_efw_stream_stop_duplex()
306 slave_substreams = &efw->playback_substreams; in snd_efw_stream_stop_duplex()
Dfireworks_midi.c38 atomic_inc(&efw->playback_substreams); in midi_playback_open()
61 atomic_dec(&efw->playback_substreams); in midi_playback_close()
Dfireworks_pcm.c273 atomic_inc(&efw->playback_substreams); in pcm_playback_hw_params()
296 atomic_dec(&efw->playback_substreams); in pcm_playback_hw_free()
Dfireworks.h90 atomic_t playback_substreams; member
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-midi.c44 oxfw->playback_substreams++; in midi_playback_open()
76 oxfw->playback_substreams--; in midi_playback_close()
Doxfw.h62 unsigned int playback_substreams; member
Doxfw-stream.c267 opposite_substreams = oxfw->playback_substreams; in snd_oxfw_stream_start_simplex()
270 substreams = oxfw->playback_substreams; in snd_oxfw_stream_start_simplex()
347 ((stream == &oxfw->rx_stream) && (oxfw->playback_substreams > 0))) in snd_oxfw_stream_stop_simplex()
Doxfw-pcm.c264 oxfw->playback_substreams++; in pcm_playback_hw_params()
295 oxfw->playback_substreams--; in pcm_playback_hw_free()