Searched refs:snd_pcm_hw_param_set_max (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_params.c | 506 int snd_pcm_hw_param_set_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, in snd_pcm_hw_param_set_max() function 854 err = snd_pcm_hw_param_set_max(pcm, ¶ms1, SND_CHANGE, var, &max, &maxdir); in snd_pcm_hw_param_set_near() 863 err = snd_pcm_hw_param_set_max(pcm, params, SND_CHANGE, var, &max, &maxdir); in snd_pcm_hw_param_set_near() 927 err = snd_pcm_hw_param_set_max(pcm, ¶ms1, SND_CHANGE, var, &max, &maxdir); 938 err = snd_pcm_hw_param_set_max(pcm, params, SND_CHANGE, var, &max, &maxdir);
|
H A D | pcm.c | 4701 return snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_CHANNELS, val, NULL); in snd_pcm_hw_params_set_channels_max() 4877 return snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_RATE, val, dir); in snd_pcm_hw_params_set_rate_max() 5218 return snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_PERIOD_TIME, val, dir); in snd_pcm_hw_params_set_period_time_max() 5422 int err = snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in snd_pcm_hw_params_set_period_size_max() 5642 return snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_PERIODS, val, dir); in snd_pcm_hw_params_set_periods_max() 5842 return snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_BUFFER_TIME, val, dir); in snd_pcm_hw_params_set_buffer_time_max() 6033 int err = snd_pcm_hw_param_set_max(pcm, params, SND_TRY, SND_PCM_HW_PARAM_BUFFER_SIZE, &_val, NULL); in snd_pcm_hw_params_set_buffer_size_max()
|
H A D | pcm_local.h | 355 #define snd_pcm_hw_param_set_max \ macro 820 int snd_pcm_hw_param_set_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
Completed in 16 milliseconds