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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_plugin.h95 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size);
173 static inline snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size) { return clt_size; } function
H A Dpcm_plugin.c222 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames) function
606 frames = snd_pcm_plug_slave_size(plug, frames);
H A Dpcm_oss.c923 n = snd_pcm_plug_slave_size(substream, runtime->oss.period_bytes / oss_frame_size);

Completed in 49 milliseconds