Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/sof/
Dstream-ipc.c33 if (!sps || !sdev->stream_box.size) { in sof_ipc_msg_data()
68 if (posn_offset > sdev->stream_box.size || in sof_set_stream_data_offset()
72 posn_offset += sdev->stream_box.offset; in sof_set_stream_data_offset()
Dipc3.c749 sdev->stream_box.offset = stream_offset; in ipc3_get_windows()
750 sdev->stream_box.size = stream_size; in ipc3_get_windows()
Dsof-priv.h579 struct snd_sof_mailbox stream_box; /* Stream position update */ member
/Linux-v6.6/sound/soc/sof/amd/
Dacp-ipc.c245 if (!sps || !sdev->stream_box.size) { in acp_sof_ipc_msg_data()
274 if (posn_offset > sdev->stream_box.size || in acp_set_stream_data_offset()
278 stream->posn_offset = sdev->stream_box.offset + posn_offset; in acp_set_stream_data_offset()
/Linux-v6.6/sound/soc/sof/intel/
Dhda-ipc.c398 if (!sps || !sdev->stream_box.size) { in hda_ipc_msg_data()
431 if (posn_offset > sdev->stream_box.size || in hda_set_stream_data_offset()
435 hda_stream->sof_intel_stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_set_stream_data_offset()