Searched refs:drv_frames (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_plugin.c | 246 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) in snd_pcm_plug_client_size() argument 252 return calc_src_frames(plug, drv_frames, false); in snd_pcm_plug_client_size() 254 return calc_dst_frames(plug, drv_frames, false); in snd_pcm_plug_client_size()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_plugin.c | 247 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) in snd_pcm_plug_client_size() argument 253 return calc_src_frames(plug, drv_frames, false); in snd_pcm_plug_client_size() 255 return calc_dst_frames(plug, drv_frames, false); in snd_pcm_plug_client_size()
|
Completed in 3 milliseconds