Searched refs:snd_pcm_hw_params_get_rate_min (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 41 @SYMBOL_PREFIX@snd_pcm_hw_params_get_rate_min;
|
/third_party/alsa-lib/include/ |
D | pcm_old.h | 70 unsigned int snd_pcm_hw_params_get_rate_min(const snd_pcm_hw_params_t *params, int *dir);
|
D | pcm.h | 808 int snd_pcm_hw_params_get_rate_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound.c | 438 err = snd_pcm_hw_params_get_rate_min(state->hw_params, in configure_hw_params()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 4661 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_rate_min)(const snd_pcm_hw_params_t *params, unsig… in INTERNAL() argument 4663 int snd_pcm_hw_params_get_rate_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in INTERNAL() 7893 __OLD_GET1(snd_pcm_hw_params_get_rate_min, unsigned int, unsigned int); 8023 OBSOLETE1(snd_pcm_hw_params_get_rate_min, ALSA_0.9, ALSA_0.9.0rc4);
|
D | pcm_local.h | 875 int INTERNAL(snd_pcm_hw_params_get_rate_min)(const snd_pcm_hw_params_t *params, unsigned int *val, …
|