Home
last modified time | relevance | path

Searched refs:snd_hwdep_info_t (Results 1 - 14 of 14) sorted by relevance

/third_party/alsa-lib/include/
H A 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);
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 Daserver.h132 snd_hwdep_info_t hwdep_info;
H A Dcontrol.h405 int snd_ctl_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info);
/third_party/alsa-lib/src/hwdep/
H A Dhwdep.c327 * \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 Dhwdep_local.h30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info);
H A 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/
H A Dcontrol_local.h43 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
H A Dcontrol_ext.c385 snd_hwdep_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_hwdep_info()
H A Dcontrol_hw.c270 static int snd_ctl_hw_hwdep_info(snd_ctl_t *handle, snd_hwdep_info_t * info) in snd_ctl_hw_hwdep_info()
H A 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()
H A Dnamehint.c126 snd_hwdep_info_t info = {0}; in get_dev_name1()
H A Dcontrol_remap.c738 static int snd_ctl_remap_hwdep_info(snd_ctl_t *ctl, snd_hwdep_info_t * info) in snd_ctl_remap_hwdep_info()
H A Dcontrol.c1195 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 Dinfo.c154 snd_hwdep_info_t *info; in hwdep_device_list()

Completed in 15 milliseconds