Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_get_rate_min (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-lib/src/
DVersions.in41 @SYMBOL_PREFIX@snd_pcm_hw_params_get_rate_min;
/third_party/alsa-lib/include/
Dpcm_old.h70 unsigned int snd_pcm_hw_params_get_rate_min(const snd_pcm_hw_params_t *params, int *dir);
Dpcm.h808 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/
Dxfer-libasound.c438 err = snd_pcm_hw_params_get_rate_min(state->hw_params, in configure_hw_params()
/third_party/alsa-lib/src/pcm/
Dpcm.c4661 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);
Dpcm_local.h875 int INTERNAL(snd_pcm_hw_params_get_rate_min)(const snd_pcm_hw_params_t *params, unsigned int *val, …