Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dstream-ipc.c33 if (!sps || !sdev->stream_box.size) { in sof_ipc_msg_data()
72 if (posn_offset > sdev->stream_box.size || in sof_set_stream_data_offset()
76 posn_offset += sdev->stream_box.offset; in sof_set_stream_data_offset()
H A Dsof-priv.h596 struct snd_sof_mailbox stream_box; /* Stream position update */
604 struct snd_sof_mailbox stream_box; /* Stream position update */ global() member
/linux/sound/soc/sof/amd/
H A Dacp-ipc.c254 if (!sps || !sdev->stream_box.size) { in acp_sof_ipc_msg_data()
283 if (posn_offset > sdev->stream_box.size || in acp_set_stream_data_offset()
287 stream->posn_offset = sdev->stream_box.offset + posn_offset; in acp_set_stream_data_offset()
/linux/sound/soc/sof/intel/
H A Dhda-ipc.c413 if (!sps || !sdev->stream_box.size) { in hda_ipc_msg_data()
447 if (posn_offset > sdev->stream_box.size || in hda_set_stream_data_offset()
451 hda_stream->sof_intel_stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_set_stream_data_offset()