Searched refs:snd_hwdep_info_t (Results 1 - 14 of 14) sorted by relevance
/third_party/alsa-lib/include/ |
H A 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); 122 /** allocate #snd_hwdep_info_t container on stack */ 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 *ob [all...] |
H A D | aserver.h | 132 snd_hwdep_info_t hwdep_info;
|
H A D | control.h | 405 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info);
|
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep.c | 327 * \brief get size of the snd_hwdep_info_t structure in bytes 328 * \return size of the snd_hwdep_info_t structure in bytes 332 return sizeof(snd_hwdep_info_t); in snd_hwdep_info_sizeof() 336 * \brief allocate a new snd_hwdep_info_t structure 340 * Allocates a new snd_hwdep_info_t structure using the standard 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() 353 * \brief frees the snd_hwdep_info_t structure 354 * \param info pointer to the snd_hwdep_info_t structure to free 356 * Frees the given snd_hwdep_info_t structur [all...] |
H A D | hwdep_local.h | 30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info);
|
H A 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/ |
H A D | control_local.h | 43 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
|
H A D | control_ext.c | 385 snd_hwdep_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_hwdep_info()
|
H A D | control_hw.c | 270 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info) in snd_ctl_hw_hwdep_info()
|
H A 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()
|
H A D | namehint.c | 126 snd_hwdep_info_t info = {0}; in get_dev_name1()
|
H A D | control_remap.c | 738 static int snd_ctl_remap_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_remap_hwdep_info()
|
H A D | control.c | 1195 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_hwdep_info()
|
/third_party/alsa-utils/alsactl/ |
H A D | info.c | 154 snd_hwdep_info_t *info; in hwdep_device_list()
|
Completed in 15 milliseconds