Searched refs:stream_box (Results 1 – 4 of 4) 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()
475 sdev->stream_box.offset = stream_offset; in sof_get_windows()476 sdev->stream_box.size = stream_size; in sof_get_windows()
401 struct snd_sof_mailbox stream_box; /* Stream position update */ member