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 D | pcm_params.c | 274 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 D | pcm_local.h | 457 int snd_pcm_hw_param_get_max(const snd_pcm_hw_params_t *params,
|
| A D | pcm_plug.c | 492 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