Searched refs:snd_pcm_hw_params_get_subformat (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 34 ___symbol_version(snd_pcm_hw_params_get_subformat, "ALSA_0.9"); 39 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params);
|
H A D | pcm.h | 805 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_extplug.c | 309 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &ext->data->subformat); in snd_pcm_extplug_hw_params()
|
H A D | pcm.c | 4524 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat) in snd_pcm_hw_params_get_subformat() function 4526 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat) in snd_pcm_hw_params_get_subformat() 8064 __OLD_GET(snd_pcm_hw_params_get_subformat, snd_pcm_subformat_t, int); 8193 OBSOLETE1(snd_pcm_hw_params_get_subformat, ALSA_0.9, ALSA_0.9.0rc4);
|
H A D | pcm_local.h | 862 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
|
H A D | pcm_params.c | 2419 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &pcm->subformat); in _snd_pcm_hw_params_internal()
|
Completed in 20 milliseconds