Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_dlp.c178 static inline snd_pcm_sframes_t dlp_bytes_to_frames(struct dmaengine_dlp_runtime_data *prtd, in dlp_bytes_to_frames() function
562 return dlp_bytes_to_frames(prtd, pos); in dmaengine_dlp_pointer()
642 fifo_a = dlp_bytes_to_frames(prtd, fifo_a * 4); in dmaengine_dlp_setup()
643 fifo_b = dlp_bytes_to_frames(brtd, fifo_b * 4); in dmaengine_dlp_setup()
814 snd_pcm_sframes_t frames = dlp_bytes_to_frames(prtd, bytes); in process_capture()