| /third_party/alsa-lib/include/ |
| H A D | pcm.h | 48 typedef struct _snd_pcm_info snd_pcm_info_t; typedef 542 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info); 696 * \brief allocate an invalid #snd_pcm_info_t using standard alloca 700 int snd_pcm_info_malloc(snd_pcm_info_t **ptr); 701 void snd_pcm_info_free(snd_pcm_info_t *obj); 702 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src); 703 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj); 704 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj); 705 snd_pcm_stream_t snd_pcm_info_get_stream(const snd_pcm_info_t *ob [all...] |
| H A D | aserver.h | 71 snd_pcm_info_t info; 133 snd_pcm_info_t pcm_info;
|
| H A D | control.h | 409 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info);
|
| /third_party/alsa-lib/src/control/ |
| H A D | control_local.h | 45 int (*pcm_info)(snd_ctl_t *handle, snd_pcm_info_t * info); 133 __snd_pcm_info_eld_fixup_check(snd_pcm_info_t *info) in __snd_pcm_info_eld_fixup_check() 139 int __snd_pcm_info_eld_fixup(snd_pcm_info_t *info);
|
| H A D | eld.c | 44 int __snd_pcm_info_eld_fixup(snd_pcm_info_t * info) in __snd_pcm_info_eld_fixup()
|
| H A D | control_ext.c | 391 snd_pcm_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_pcm_info()
|
| H A D | control_hw.c | 286 static int snd_ctl_hw_pcm_info(snd_ctl_t *handle, snd_pcm_info_t * info) in snd_ctl_hw_pcm_info()
|
| H A D | control_shm.c | 287 static int snd_ctl_shm_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info) in snd_ctl_shm_pcm_info()
|
| H A D | namehint.c | 137 snd_pcm_info_t info = {0}; in get_dev_name1()
|
| /third_party/alsa-utils/axfer/ |
| H A D | subcmd-list.c | 22 snd_pcm_stream_t stream ATTRIBUTE_UNUSED, snd_pcm_info_t *info) in dump_device() 56 snd_pcm_info_t *info; in dump_devices()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm.c | 882 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info) in snd_pcm_info() 7171 * \brief get size of #snd_pcm_info_t 7176 return sizeof(snd_pcm_info_t); in snd_pcm_info_sizeof() 7180 * \brief allocate an invalid #snd_pcm_info_t using standard malloc 7184 int snd_pcm_info_malloc(snd_pcm_info_t **ptr) in snd_pcm_info_malloc() 7187 *ptr = calloc(1, sizeof(snd_pcm_info_t)); in snd_pcm_info_malloc() 7194 * \brief frees a previously allocated #snd_pcm_info_t 7197 void snd_pcm_info_free(snd_pcm_info_t *obj) in snd_pcm_info_free() 7203 * \brief copy one #snd_pcm_info_t to another 7207 void snd_pcm_info_copy(snd_pcm_info_t *ds [all...] |
| H A D | pcm_generic.h | 121 int snd_pcm_generic_info(snd_pcm_t *pcm, snd_pcm_info_t * info);
|
| H A D | pcm_direct.h | 335 int snd_pcm_direct_info(snd_pcm_t *pcm, snd_pcm_info_t * info);
|
| H A D | pcm_generic.c | 76 int snd_pcm_generic_info(snd_pcm_t *pcm, snd_pcm_info_t * info) in snd_pcm_generic_info()
|
| H A D | pcm_null.c | 68 static int snd_pcm_null_info(snd_pcm_t *pcm, snd_pcm_info_t * info) in snd_pcm_null_info()
|
| H A D | pcm_hooks.c | 670 snd_pcm_info_t info = {0}; in _snd_pcm_hook_ctl_elems_install()
|
| H A D | pcm_hw.c | 321 static int snd_pcm_hw_info(snd_pcm_t *pcm, snd_pcm_info_t * info) in snd_pcm_hw_info() 1622 snd_pcm_info_t info; in snd_pcm_hw_open_fd() 1761 snd_pcm_info_t info; in snd_pcm_hw_open()
|
| H A D | pcm_shm.c | 197 static int snd_pcm_shm_info(snd_pcm_t *pcm, snd_pcm_info_t * info) in snd_pcm_shm_info()
|
| H A D | pcm_direct.c | 806 int snd_pcm_direct_info(snd_pcm_t *pcm, snd_pcm_info_t * info) 1472 snd_pcm_info_t info = {0};
|
| /third_party/alsa-lib/test/ |
| H A D | control.c | 11 snd_pcm_info_t *pcminfo; in main()
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-util.c | 266 snd_pcm_info_t* pcm_info; in pa_alsa_set_hw_params() 956 void pa_alsa_init_proplist_pcm_info(pa_core *c, pa_proplist *p, snd_pcm_info_t *pcm_info) { in pa_alsa_init_proplist_pcm_info() 1017 snd_pcm_info_t *info; in pa_alsa_init_proplist_pcm() 1374 snd_pcm_info_t* info; in pa_alsa_get_driver_name_by_pcm() 1539 snd_pcm_info_t* info; in pa_alsa_pcm_is_hw() 1551 snd_pcm_info_t* info; in pa_alsa_pcm_is_modem() 1824 snd_pcm_info_t* info; in pa_alsa_open_mixer_for_pcm()
|
| H A D | alsa-util.h | 122 void pa_alsa_init_proplist_pcm_info(pa_core *c, pa_proplist *p, snd_pcm_info_t *pcm_info);
|
| /third_party/alsa-lib/src/ |
| H A D | confmisc.c | 1068 snd_pcm_info_t info = {0}; in snd_func_pcm_id() 1152 snd_pcm_info_t info = {0}; in snd_func_pcm_args_by_class() 1261 snd_pcm_info_t info = {0}; in snd_func_private_pcm_subdevice()
|
| /third_party/alsa-utils/alsactl/ |
| H A D | info.c | 30 snd_pcm_info_t *pcminfo; in pcm_device_list()
|
| /third_party/alsa-lib/src/ucm/ |
| H A D | ucm_subs.c | 361 snd_pcm_info_t *pcminfo; in rval_pcm_lookup1() 411 snd_pcm_info_t *pcminfo; in rval_pcm_lookup_init()
|