Lines Matching refs:stream
477 struct snd_sof_pcm_stream *stream;
488 stream = &spcm->stream[substream->stream];
489 ret = snd_sof_ipc_msg_data(sdev, stream, &posn, sizeof(posn));
491 dev_warn(sdev->dev, "failed to read stream position: %d\n", ret);
495 memcpy(&stream->posn, &posn, sizeof(posn));
496 pos = spcm->stream[substream->stream].posn.host_posn;
592 /* stream callbacks */