Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/oss/
Dpcm_plugin.c243 …cm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) in snd_pcm_plug_client_size() argument
249 return calc_src_frames(plug, drv_frames, false); in snd_pcm_plug_client_size()
251 return calc_dst_frames(plug, drv_frames, false); in snd_pcm_plug_client_size()