Home
last modified time | relevance | path

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

/sound/soc/sof/intel/
Dintel-ipc.c32 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()
Dhda-ipc.c260 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()
/sound/soc/sof/
Dloader.c475 sdev->stream_box.offset = stream_offset; in sof_get_windows()
476 sdev->stream_box.size = stream_size; in sof_get_windows()
Dsof-priv.h401 struct snd_sof_mailbox stream_box; /* Stream position update */ member