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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.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 124 milliseconds