Searched refs:head_cnt (Results 1 – 1 of 1) sorted by relevance
1169 snd_pcm_uframes_t head_cnt, tail_cnt; in sof_ipc4_pcm_pointer() local1257 head_cnt = host_cnt; in sof_ipc4_pcm_pointer()1260 head_cnt = dai_cnt; in sof_ipc4_pcm_pointer()1264 if (unlikely(head_cnt < tail_cnt)) in sof_ipc4_pcm_pointer()1265 time_info->delay = DELAY_BOUNDARY - tail_cnt + head_cnt; in sof_ipc4_pcm_pointer()1267 time_info->delay = head_cnt - tail_cnt; in sof_ipc4_pcm_pointer()