Lines Matching defs:sps
30 struct snd_sof_pcm_stream *sps,
33 if (!sps || !sdev->stream_box.size) {
38 if (sps->substream) {
39 struct sof_stream *stream = sps->substream->runtime->private_data;
48 struct sof_compr_stream *sstream = sps->cstream->runtime->private_data;
64 struct snd_sof_pcm_stream *sps,
74 if (sps->substream) {
75 struct sof_stream *stream = sps->substream->runtime->private_data;
79 sps->substream->stream, posn_offset);
80 } else if (sps->cstream) {
81 struct sof_compr_stream *sstream = sps->cstream->runtime->private_data;
85 sps->cstream->direction, posn_offset);