Searched refs:snd_pcm_plug_slave_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.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.c226 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames) function
616 frames = snd_pcm_plug_slave_size(plug, frames);
H A Dpcm_oss.c960 n = snd_pcm_plug_slave_size(substream, runtime->oss.period_bytes / oss_frame_size);
/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.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.c226 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames) function
616 frames = snd_pcm_plug_slave_size(plug, frames);
H A Dpcm_oss.c960 n = snd_pcm_plug_slave_size(substream, runtime->oss.period_bytes / oss_frame_size);

Completed in 185 milliseconds