Searched refs:stream_box (Results 1 – 5 of 5) sorted by relevance
32 if (!substream || !sdev->stream_box.size) { in intel_ipc_msg_data()52 if (posn_offset > sdev->stream_box.size || in intel_ipc_pcm_params()56 stream->posn_offset = sdev->stream_box.offset + posn_offset; in intel_ipc_pcm_params()
260 if (!substream || !sdev->stream_box.size) { in hda_ipc_msg_data()290 if (posn_offset > sdev->stream_box.size || in hda_ipc_pcm_params()294 hda_stream->stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_ipc_pcm_params()
421 sdev->stream_box.offset = stream_offset; in sof_get_windows()422 sdev->stream_box.size = stream_size; in sof_get_windows()
388 struct snd_sof_mailbox stream_box; /* Stream position update */ member
20517 + if (!sps || !sdev->stream_box.size) {20548 + if (posn_offset > sdev->stream_box.size ||20552 + stream->posn_offset = sdev->stream_box.offset + posn_offset;