Home
last modified time | relevance | path

Searched refs:stream_box (Results 1 – 5 of 5) sorted by relevance

/sound/soc/sof/
Dstream-ipc.c32 if (!substream || !sdev->stream_box.size) { in sof_ipc_msg_data()
55 if (posn_offset > sdev->stream_box.size || in sof_set_stream_data_offset()
59 stream->posn_offset = sdev->stream_box.offset + posn_offset; in sof_set_stream_data_offset()
Dipc3.c713 sdev->stream_box.offset = stream_offset; in ipc3_get_windows()
714 sdev->stream_box.size = stream_size; in ipc3_get_windows()
Dsof-priv.h520 struct snd_sof_mailbox stream_box; /* Stream position update */ member
/sound/soc/sof/intel/
Dhda-ipc.c348 if (!substream || !sdev->stream_box.size) { in hda_ipc_msg_data()
379 if (posn_offset > sdev->stream_box.size || in hda_set_stream_data_offset()
383 hda_stream->sof_intel_stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_set_stream_data_offset()
/sound/soc/sof/amd/
Dacp-ipc.c195 if (!substream || !sdev->stream_box.size) in acp_sof_ipc_msg_data()