Searched refs:slave_substreams (Results 1 – 1 of 1) sorted by relevance
212 atomic_t *slave_substreams; in snd_efw_stream_start_duplex() local230 slave_substreams = &efw->playback_substreams; in snd_efw_stream_start_duplex()234 slave_substreams = &efw->capture_substreams; in snd_efw_stream_start_duplex()280 if (atomic_read(slave_substreams) > 0 && !amdtp_stream_running(slave)) { in snd_efw_stream_start_duplex()296 atomic_t *master_substreams, *slave_substreams; in snd_efw_stream_stop_duplex() local301 slave_substreams = &efw->capture_substreams; in snd_efw_stream_stop_duplex()306 slave_substreams = &efw->playback_substreams; in snd_efw_stream_stop_duplex()312 if (atomic_read(slave_substreams) == 0) { in snd_efw_stream_stop_duplex()