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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_plugin.c193 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) argument
199 if (drv_frames == 0)
203 while (plugin && drv_frames > 0) {
206 drv_frames = plugin->src_frames(plugin, drv_frames);
211 while (plugin && drv_frames > 0) {
214 drv_frames = plugin->dst_frames(plugin, drv_frames);
219 return drv_frames;

Completed in 45 milliseconds