Searched refs:snd_pcm_hw_param_set_last (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 4394 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_ACCESS, access, NULL); in snd_pcm_hw_params_set_access_last() 4491 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_FORMAT, (unsigned int *)format, NULL); in snd_pcm_hw_params_set_format_last() 4585 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_SUBFORMAT, (unsigned int *)subformat, NULL); in snd_pcm_hw_params_set_subformat_last() 4762 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_CHANNELS, val, NULL); in snd_pcm_hw_params_set_channels_last() 4951 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_RATE, val, dir); in snd_pcm_hw_params_set_rate_last() 5290 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_PERIOD_TIME, val, dir); in snd_pcm_hw_params_set_period_time_last() 5513 int err = snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_PERIOD_SIZE, &_val, dir); in snd_pcm_hw_params_set_period_size_last() 5716 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_PERIODS, val, dir); in snd_pcm_hw_params_set_periods_last() 5916 return snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_BUFFER_TIME, val, dir); in snd_pcm_hw_params_set_buffer_time_last() 6111 int err = snd_pcm_hw_param_set_last(pc in snd_pcm_hw_params_set_buffer_size_last() [all...] |
H A D | pcm_params.c | 377 int snd_pcm_hw_param_set_last(snd_pcm_t *pcm, in snd_pcm_hw_param_set_last() function 872 err = snd_pcm_hw_param_set_last(pcm, params, var, val, dir); in snd_pcm_hw_param_set_near() 945 v = snd_pcm_hw_param_set_last(pcm, params, var, dir); 1126 err = snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_BUFFER_SIZE, NULL, 0); in snd_pcm_hw_params_choose() 1131 err = snd_pcm_hw_param_set_last(pcm, params, SND_PCM_HW_PARAM_BUFFER_SIZE, NULL, 0); in snd_pcm_hw_params_choose()
|
H A D | pcm_local.h | 349 #define snd_pcm_hw_param_set_last \ macro 812 int snd_pcm_hw_param_set_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
|
Completed in 15 milliseconds