Home
last modified time | relevance | path

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

/sound/core/oss/
Dpcm_plugin.c199 …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
206 if (drv_frames == 0) in snd_pcm_plug_client_size()
211 while (plugin && drv_frames > 0) { in snd_pcm_plug_client_size()
214 drv_frames = plugin->src_frames(plugin, drv_frames); in snd_pcm_plug_client_size()
219 while (plugin && drv_frames > 0) { in snd_pcm_plug_client_size()
222 drv_frames = plugin->dst_frames(plugin, drv_frames); in snd_pcm_plug_client_size()
227 return drv_frames; in snd_pcm_plug_client_size()