Lines Matching refs:stream
513 /* component at start of pipeline is our stream id */
1806 /* get runtime PCM params using widget's stream name */
1852 /* send stream trigger ipc */
1857 struct sof_ipc_stream stream;
1860 /* set IPC stream params */
1861 stream.hdr.size = sizeof(stream);
1862 stream.hdr.cmd = SOF_IPC_GLB_STREAM_MSG | cmd;
1863 stream.comp_id = swidget->comp_id;
1866 ret = sof_ipc_tx_message_no_reply(sdev->ipc, &stream, sizeof(stream));
1878 int stream = SNDRV_PCM_STREAM_CAPTURE;
1890 /* get runtime PCM params using widget's stream name */
1901 if (spcm->stream[stream].suspend_ignored) {
1907 ret = sof_ipc3_keyword_detect_pcm_params(swidget, stream);
1921 if (spcm->stream[stream].suspend_ignored) {
2285 struct snd_pcm_substream *substream = spcm->stream[dir].substream;
2287 if (!substream || !substream->runtime || spcm->stream[dir].suspend_ignored)
2290 if (spcm->stream[dir].list) {