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
980 struct sof_ipc4_copier *host_copier = NULL; in sof_ipc4_build_time_info() local
996 host_copier = swidget->private; in sof_ipc4_build_time_info()
1004 if (!host_copier || !dai_copier) { in sof_ipc4_build_time_info()
1010 time_info->host_copier = host_copier; in sof_ipc4_build_time_info()
1080 if (!time_info->dai_copier || !time_info->host_copier) in sof_ipc4_frames_dai_to_host()
1088 host_rate = time_info->host_copier->data.out_format.sampling_frequency; in sof_ipc4_frames_dai_to_host()
1110 struct sof_ipc4_copier *host_copier = time_info->host_copier; in sof_ipc4_get_stream_start_offset() local
1117 if (!host_copier || !dai_copier) in sof_ipc4_get_stream_start_offset()
1120 if (host_copier->data.gtw_cfg.node_id == SOF_IPC4_INVALID_NODE_ID) { in sof_ipc4_get_stream_start_offset()
[all …]