Searched refs:stop_operating (Results 1 – 2 of 2) sorted by relevance
615 if (substream->runtime && substream->runtime->stop_operating) { in snd_pcm_sync_stop()616 substream->runtime->stop_operating = false; in snd_pcm_sync_stop()1500 substream->runtime->stop_operating = true; in snd_pcm_do_stop()1693 runtime->stop_operating = true; in snd_pcm_do_suspend()
405 bool stop_operating; /* sync_stop will be called */ member