Searched refs:snd_pcm_plug_client_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.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.c193 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) function
596 return snd_pcm_plug_client_size(plug, frames);
H A Dpcm_oss.c676 oss_buffer_size = snd_pcm_plug_client_size(substream,
711 min_period_size = snd_pcm_plug_client_size(substream,
718 max_period_size = snd_pcm_plug_client_size(substream,
974 oss_period_size = snd_pcm_plug_client_size(substream, params_period_size(sparams));

Completed in 251 milliseconds