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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.c196 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) argument
203 if (drv_frames == 0)
207 while (plugin && drv_frames > 0) {
210 drv_frames = plugin->src_frames(plugin, drv_frames);
215 while (plugin && drv_frames > 0) {
218 drv_frames = plugin->dst_frames(plugin, drv_frames);
223 return drv_frames;

Completed in 115 milliseconds