Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc4-pcm.c32 struct sof_ipc4_copier *host_copier; member
967 struct sof_ipc4_copier *host_copier = NULL; in sof_ipc4_build_time_info() local
983 host_copier = swidget->private; in sof_ipc4_build_time_info()
991 if (!host_copier || !dai_copier) { in sof_ipc4_build_time_info()
997 time_info->host_copier = host_copier; in sof_ipc4_build_time_info()
1067 if (!time_info->dai_copier || !time_info->host_copier) in sof_ipc4_frames_dai_to_host()
1075 host_rate = time_info->host_copier->data.out_format.sampling_frequency; in sof_ipc4_frames_dai_to_host()
1097 struct sof_ipc4_copier *host_copier = time_info->host_copier; in sof_ipc4_get_stream_start_offset() local
1104 if (!host_copier || !dai_copier) in sof_ipc4_get_stream_start_offset()
1107 if (host_copier->data.gtw_cfg.node_id == SOF_IPC4_INVALID_NODE_ID) { in sof_ipc4_get_stream_start_offset()
[all …]