Searched refs:snd_pcm_hw_params_get_periods_min (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 126 ___symbol_version(snd_pcm_hw_params_get_periods_min, "ALSA_0.9"); 133 unsigned int snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, int *dir);
|
H A D | pcm.h | 871 int snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-lib/test/ |
H A D | latency.c | 285 snd_pcm_hw_params_get_periods_min(p_params, &val, NULL); in setparams() 294 snd_pcm_hw_params_get_periods_min(c_params, &val, NULL); in setparams()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 5559 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_periods_min)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_periods_min() function 5561 int snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_periods_min() 8078 __OLD_GET1(snd_pcm_hw_params_get_periods_min, unsigned int, unsigned int); 8226 OBSOLETE1(snd_pcm_hw_params_get_periods_min, ALSA_0.9, ALSA_0.9.0rc4);
|
H A D | pcm_local.h | 920 int INTERNAL(snd_pcm_hw_params_get_periods_min)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
Completed in 18 milliseconds