Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dpcm_plugin.h79 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size);
144 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; } in snd_pcm_plug_slave_size() function
H A Dpcm_plugin.c262 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames) in snd_pcm_plug_slave_size() function
H A Dpcm_oss.c953 n = snd_pcm_plug_slave_size(substream, runtime->oss.period_bytes / oss_frame_size); in snd_pcm_oss_change_params_locked()