Lines Matching defs:stream
219 * SOF assumes creation of a new stream from the presence of fifo_size
259 "All pipelines in chained DMA stream should have use_chain_dma attribute set.");
300 pipeline_list = &spcm->stream[substream->stream].pipeline_list;
585 int stream;
587 for_each_pcm_streams(stream) {
588 pipeline_list = &spcm->stream[stream].pipeline_list;
591 kfree(spcm->stream[stream].private);
592 spcm->stream[stream].private = NULL;
604 int stream;
613 for_each_pcm_streams(stream) {
614 pipeline_list = &spcm->stream[stream].pipeline_list;
633 spcm->stream[stream].private = stream_info;
726 time_info = spcm->stream[substream->stream].private;
734 sof_ipc4_build_time_info(sdev, &spcm->stream[substream->stream]);
741 struct snd_sof_pcm_stream *stream,
783 struct snd_sof_pcm_stream *stream;
792 stream = &spcm->stream[substream->stream];
793 time_info = stream->private;
803 ret = sof_ipc4_get_stream_start_offset(sdev, substream, stream, time_info);
823 * (2) multiple streams mixed into one. Each stream has the same dai dma position
832 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {