Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_params.c274 int snd_pcm_hw_param_get_max(const snd_pcm_hw_params_t *params, snd_pcm_hw_param_t var, in snd_pcm_hw_param_get_max() function
568 return snd_pcm_hw_param_get_max(params, var, val, dir); in snd_pcm_hw_param_set_max()
676 return snd_pcm_hw_param_get_max(params, var, max, maxdir); in snd_pcm_hw_param_set_minmax()
942 if ((err = snd_pcm_hw_param_get_max(src, var, &max, &maxdir)) < 0) in snd_pcm_hw_param_refine_near()
1447 err = snd_pcm_hw_param_get_max(params, SND_PCM_HW_PARAM_PERIOD_TIME, &max, &dir); in snd_pcm_hw_params_choose()
A Dpcm_local.h457 int snd_pcm_hw_param_get_max(const snd_pcm_hw_params_t *params,
A Dpcm_plug.c492 err = snd_pcm_hw_param_get_max(params, SND_PCM_HW_PARAM_CHANNELS, &channels_max, NULL); in snd_pcm_plug_hw_refine_cprepare()

Completed in 12 milliseconds