Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/oss/
Dpcm_plugin.h79 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_…
156 static inline snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_… in snd_pcm_plug_client_size() function
Dpcm_oss.c700 oss_buffer_size = snd_pcm_plug_client_size(substream, in snd_pcm_oss_period_size()
737 min_period_size = snd_pcm_plug_client_size(substream, in snd_pcm_oss_period_size()
746 max_period_size = snd_pcm_plug_client_size(substream, in snd_pcm_oss_period_size()
1045 oss_period_size = snd_pcm_plug_client_size(substream, params_period_size(sparams)); in snd_pcm_oss_change_params_locked()
Dpcm_plugin.c247 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_fr… in snd_pcm_plug_client_size() function