Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dpcm.c202 spcm->pending_stop[substream->stream] = false; in sof_pcm_stream_free()
298 if (!spcm->pending_stop[substream->stream]) in sof_pcm_prepare()
347 spcm->pending_stop[substream->stream] = false; in sof_pcm_trigger()
419 * set the pending_stop flag to indicate that pipeline stop has been delayed. in sof_pcm_trigger()
425 spcm->pending_stop[substream->stream] = true; in sof_pcm_trigger()
H A Dsof-audio.h355 bool pending_stop[2]; /* only used if (!pcm_ops->platform_stop_during_hw_free) */ member