Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/
Dipc4-pcm.c965 snd_pcm_uframes_t head_cnt, tail_cnt; in sof_ipc4_pcm_pointer() local
1048 head_cnt = host_cnt; in sof_ipc4_pcm_pointer()
1051 head_cnt = dai_cnt; in sof_ipc4_pcm_pointer()
1055 if (head_cnt < tail_cnt) { in sof_ipc4_pcm_pointer()
1056 time_info->delay = time_info->boundary - tail_cnt + head_cnt; in sof_ipc4_pcm_pointer()
1060 time_info->delay = head_cnt - tail_cnt; in sof_ipc4_pcm_pointer()