Lines Matching refs:stream
458 struct snd_sof_pcm_stream *stream;
469 stream = &spcm->stream[substream->stream];
470 ret = snd_sof_ipc_msg_data(sdev, stream, &posn, sizeof(posn));
472 dev_warn(sdev->dev, "failed to read stream position: %d\n", ret);
476 memcpy(&stream->posn, &posn, sizeof(posn));
477 pos = spcm->stream[substream->stream].posn.host_posn;
568 /* stream callbacks */