Home
last modified time | relevance | path

Searched refs:stop_operating (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/core/
Dpcm_native.c588 if (substream->runtime->stop_operating) { in snd_pcm_sync_stop()
589 substream->runtime->stop_operating = false; in snd_pcm_sync_stop()
1433 runtime->stop_operating = true; in snd_pcm_post_stop()
/Linux-v5.10/include/sound/
Dpcm.h400 bool stop_operating; /* sync_stop will be called */ member