Searched refs:_snd_pcm_hw_param_set_max (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_params.c | 470 int _snd_pcm_hw_param_set_max(snd_pcm_hw_params_t *params, in _snd_pcm_hw_param_set_max() function 526 err = _snd_pcm_hw_param_set_max(params, var, *val, dir ? *dir : 0); in snd_pcm_hw_param_set_max()
|
H A D | pcm_plug.c | 735 _snd_pcm_hw_param_set_max(params, SND_PCM_HW_PARAM_CHANNELS, 10000, 0); in snd_pcm_plug_hw_refine_cprepare()
|
H A D | pcm_local.h | 772 int _snd_pcm_hw_param_set_max(snd_pcm_hw_params_t *params,
|
H A D | pcm_rate.c | 145 err = _snd_pcm_hw_param_set_max(params, SND_PCM_HW_PARAM_RATE, in snd_pcm_rate_hw_refine_cprepare()
|
Completed in 10 milliseconds