Home
last modified time | relevance | path

Searched refs:host_copier (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dipc4-pcm.c641 struct sof_ipc4_copier *host_copier = NULL; in sof_ipc4_build_time_info() local
657 host_copier = swidget->private; in sof_ipc4_build_time_info()
665 if (!host_copier || !dai_copier) { in sof_ipc4_build_time_info()
671 info->host_copier = host_copier; in sof_ipc4_build_time_info()
744 struct sof_ipc4_copier *host_copier = time_info->host_copier; in sof_ipc4_get_stream_start_offset() local
752 if (!host_copier || !dai_copier) in sof_ipc4_get_stream_start_offset()
755 if (host_copier->data.gtw_cfg.node_id == SOF_IPC4_INVALID_NODE_ID) in sof_ipc4_get_stream_start_offset()
758 node_index = SOF_IPC4_NODE_INDEX(host_copier->data.gtw_cfg.node_id); in sof_ipc4_get_stream_start_offset()
H A Dipc4-priv.h98 struct sof_ipc4_copier *host_copier; member