Searched refs:snd_pcm_hw_params_get_subformat (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 29 @SYMBOL_PREFIX@snd_pcm_hw_params_get_subformat;
|
/third_party/alsa-lib/include/ |
D | pcm_old.h | 36 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params);
|
D | pcm.h | 787 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/ |
D | pcm_extplug.c | 309 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &ext->data->subformat); in snd_pcm_extplug_hw_params()
|
D | pcm.c | 4391 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);
|
D | pcm_local.h | 854 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_…
|
D | pcm_params.c | 2407 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &pcm->subformat); in _snd_pcm_hw_params_internal()
|