Home
last modified time | relevance | path

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

/linux-5.19.10/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()
Dcompress.c218 tstamp->byte_offset = sdev->stream_box.offset + ipc_params_reply.posn_offset; in sof_compr_set_params()
Dipc3.c709 sdev->stream_box.offset = stream_offset; in ipc3_get_windows()
710 sdev->stream_box.size = stream_size; in ipc3_get_windows()
Dsof-priv.h504 struct snd_sof_mailbox stream_box; /* Stream position update */ member
/linux-5.19.10/sound/soc/sof/intel/
Dhda-ipc.c343 if (!substream || !sdev->stream_box.size) { in hda_ipc_msg_data()
374 if (posn_offset > sdev->stream_box.size || in hda_set_stream_data_offset()
378 hda_stream->sof_intel_stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_set_stream_data_offset()
/linux-5.19.10/sound/soc/sof/amd/
Dacp-ipc.c180 if (!substream || !sdev->stream_box.size) in acp_sof_ipc_msg_data()