Searched refs:snd_pcm_hw_params_set_periods_min (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 137 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
H A D | pcm.h | 875 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_local.h | 924 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
H A D | pcm.c | 5625 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_periods_min() function
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 1403 err = snd_pcm_hw_params_set_periods_min(handle, params, 2);
|
Completed in 21 milliseconds