Searched refs:snd_pcm_plug_client_size (Results 1 - 3 of 3) 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.h94 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
172 static inline snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size) { return drv_size; } function
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) function
606 return snd_pcm_plug_client_size(plug, frames);
H A Dpcm_oss.c711 oss_buffer_size = snd_pcm_plug_client_size(substream,
746 min_period_size = snd_pcm_plug_client_size(substream,
753 max_period_size = snd_pcm_plug_client_size(substream,
1011 oss_period_size = snd_pcm_plug_client_size(substream, params_period_size(sparams));

Completed in 65 milliseconds