Searched refs:snd_pcm_hw_param_near (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/core/oss/
H A Dpcm_oss.c362 * snd_pcm_hw_param_near
375 static int snd_pcm_hw_param_near(struct snd_pcm_substream *pcm, function
814 return snd_pcm_hw_param_near(substream, params, SNDRV_PCM_HW_PARAM_RATE, best_rate, NULL);
896 err = snd_pcm_hw_param_near(substream, sparams,
954 err = snd_pcm_hw_param_near(substream, sparams, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, n, NULL);
958 err = snd_pcm_hw_param_near(substream, sparams, SNDRV_PCM_HW_PARAM_PERIODS,

Completed in 267 milliseconds