Home
last modified time | relevance | path

Searched refs:snd_hwdep_info_t (Results 1 – 13 of 13) sorted by relevance

/third_party/alsa-lib/include/
Dhwdep.h45 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 …]
Daserver.h132 snd_hwdep_info_t hwdep_info;
Dcontrol.h406 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info);
/third_party/alsa-lib/src/hwdep/
Dhwdep.c332 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 …]
Dhwdep_local.h30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info);
Dhwdep_hw.c61 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/
Dcontrol_local.h43 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
Dcontrol_hw.c269 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info) in snd_ctl_hw_hwdep_info()
Dcontrol_ext.c385 snd_hwdep_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_hwdep_info()
Dcontrol_shm.c259 static int snd_ctl_shm_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_shm_hwdep_info()
Dnamehint.c125 snd_hwdep_info_t info = {0}; in get_dev_name1()
Dcontrol_remap.c733 static int snd_ctl_remap_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_remap_hwdep_info()
Dcontrol.c1191 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_hwdep_info()