Searched refs:snd_pcm_hw_param_near (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/core/oss/ |
D | pcm_oss.c | 375 static int snd_pcm_hw_param_near(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_near() function 814 return snd_pcm_hw_param_near(substream, params, SNDRV_PCM_HW_PARAM_RATE, best_rate, NULL); in choose_rate() 896 err = snd_pcm_hw_param_near(substream, sparams, in snd_pcm_oss_change_params_locked() 954 err = snd_pcm_hw_param_near(substream, sparams, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, n, NULL); in snd_pcm_oss_change_params_locked() 958 err = snd_pcm_hw_param_near(substream, sparams, SNDRV_PCM_HW_PARAM_PERIODS, in snd_pcm_oss_change_params_locked()
|