Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_get_subformat (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/src/
DVersions.in29 @SYMBOL_PREFIX@snd_pcm_hw_params_get_subformat;
/third_party/alsa-lib/include/
Dpcm_old.h36 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params);
Dpcm.h787 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subform…
/third_party/alsa-lib/src/pcm/
Dpcm_extplug.c309 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &ext->data->subformat); in snd_pcm_extplug_hw_params()
Dpcm.c4391 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_… in INTERNAL() argument
4393 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subform… in INTERNAL()
7882 __OLD_GET(snd_pcm_hw_params_get_subformat, snd_pcm_subformat_t, int);
8011 OBSOLETE1(snd_pcm_hw_params_get_subformat, ALSA_0.9, ALSA_0.9.0rc4);
Dpcm_local.h854 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_…
Dpcm_params.c2407 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &pcm->subformat); in _snd_pcm_hw_params_internal()