Searched refs:snd_pcm_hw_params_get_rate_max (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 67 ___symbol_version(snd_pcm_hw_params_get_rate_max, "ALSA_0.9"); 74 unsigned int snd_pcm_hw_params_get_rate_max(const snd_pcm_hw_params_t *params, int *dir);
|
H A D | pcm.h | 827 int snd_pcm_hw_params_get_rate_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 4812 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_rate_max)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate_max() function 4814 int snd_pcm_hw_params_get_rate_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_rate_max() 8084 __OLD_GET1(snd_pcm_hw_params_get_rate_max, unsigned int, unsigned int); 8206 OBSOLETE1(snd_pcm_hw_params_get_rate_max, ALSA_0.9, ALSA_0.9.0rc4);
|
H A D | pcm_local.h | 884 int INTERNAL(snd_pcm_hw_params_get_rate_max)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
Completed in 18 milliseconds