Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c597 if (substream->runtime && substream->runtime->stop_operating) { in snd_pcm_sync_stop()
598 substream->runtime->stop_operating = false; in snd_pcm_sync_stop()
1481 substream->runtime->stop_operating = true; in snd_pcm_do_stop()
1674 runtime->stop_operating = true; in snd_pcm_do_suspend()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h400 bool stop_operating; /* sync_stop will be called */ member