Searched refs:snd_hwdep_info_t (Results 1 – 13 of 13) sorted by relevance
/third_party/alsa-lib/include/ |
D | hwdep.h | 45 typedef struct _snd_hwdep_info snd_hwdep_info_t; typedef 114 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info); 124 int snd_hwdep_info_malloc(snd_hwdep_info_t **ptr); 125 void snd_hwdep_info_free(snd_hwdep_info_t *obj); 126 void snd_hwdep_info_copy(snd_hwdep_info_t *dst, const snd_hwdep_info_t *src); 128 unsigned int snd_hwdep_info_get_device(const snd_hwdep_info_t *obj); 129 int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj); 130 const char *snd_hwdep_info_get_id(const snd_hwdep_info_t *obj); 131 const char *snd_hwdep_info_get_name(const snd_hwdep_info_t *obj); 132 snd_hwdep_iface_t snd_hwdep_info_get_iface(const snd_hwdep_info_t *obj); [all …]
|
D | aserver.h | 132 snd_hwdep_info_t hwdep_info;
|
D | control.h | 406 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info);
|
/third_party/alsa-lib/src/hwdep/ |
D | hwdep.c | 332 return sizeof(snd_hwdep_info_t); in snd_hwdep_info_sizeof() 343 int snd_hwdep_info_malloc(snd_hwdep_info_t **info) in snd_hwdep_info_malloc() 346 *info = calloc(1, sizeof(snd_hwdep_info_t)); in snd_hwdep_info_malloc() 359 void snd_hwdep_info_free(snd_hwdep_info_t *info) in snd_hwdep_info_free() 370 void snd_hwdep_info_copy(snd_hwdep_info_t *dst, const snd_hwdep_info_t *src) in snd_hwdep_info_copy() 381 int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_card() 392 unsigned int snd_hwdep_info_get_device(const snd_hwdep_info_t *info) in snd_hwdep_info_get_device() 403 const char *snd_hwdep_info_get_id(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_id() 414 const char *snd_hwdep_info_get_name(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_name() 425 snd_hwdep_iface_t snd_hwdep_info_get_iface(const snd_hwdep_info_t *obj) in snd_hwdep_info_get_iface() [all …]
|
D | hwdep_local.h | 30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info);
|
D | hwdep_hw.c | 61 static int snd_hwdep_hw_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info) in snd_hwdep_hw_info()
|
/third_party/alsa-lib/src/control/ |
D | control_local.h | 43 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
|
D | control_hw.c | 269 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info) in snd_ctl_hw_hwdep_info()
|
D | control_ext.c | 385 snd_hwdep_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_hwdep_info()
|
D | control_shm.c | 259 static int snd_ctl_shm_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_shm_hwdep_info()
|
D | namehint.c | 125 snd_hwdep_info_t info = {0}; in get_dev_name1()
|
D | control_remap.c | 733 static int snd_ctl_remap_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_remap_hwdep_info()
|
D | control.c | 1191 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_hwdep_info()
|