Home
last modified time | relevance | path

Searched refs:snd_ump_endpoint_info_t (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/include/
H A Dump.h19 typedef struct snd_ump_endpoint_info snd_ump_endpoint_info_t; typedef
74 * \brief allocate an invalid #snd_ump_endpoint_info_t using standard alloca
78 int snd_ump_endpoint_info_malloc(snd_ump_endpoint_info_t **info);
79 void snd_ump_endpoint_info_free(snd_ump_endpoint_info_t *info);
80 void snd_ump_endpoint_info_copy(snd_ump_endpoint_info_t *dst, const snd_ump_endpoint_info_t *src);
81 int snd_ump_endpoint_info_get_card(const snd_ump_endpoint_info_t *info);
82 int snd_ump_endpoint_info_get_device(const snd_ump_endpoint_info_t *info);
83 unsigned int snd_ump_endpoint_info_get_flags(const snd_ump_endpoint_info_t *info);
84 unsigned int snd_ump_endpoint_info_get_protocol_caps(const snd_ump_endpoint_info_t *inf
[all...]
H A Dcontrol.h419 int snd_ctl_ump_endpoint_info(snd_ctl_t *ctl, snd_ump_endpoint_info_t *info);
/third_party/alsa-lib/src/rawmidi/
H A Dump.c304 * \brief get size of the snd_ump_endpoint_info_t structure in bytes
305 * \return size of the snd_ump_endpoint_info_t structure in bytes
309 return sizeof(snd_ump_endpoint_info_t); in snd_ump_endpoint_info_sizeof()
313 * \brief allocate the snd_ump_endpoint_info_t structure
320 int snd_ump_endpoint_info_malloc(snd_ump_endpoint_info_t **info) in snd_ump_endpoint_info_malloc()
322 *info = calloc(1, sizeof(snd_ump_endpoint_info_t)); in snd_ump_endpoint_info_malloc()
329 * \brief frees the snd_ump_endpoint_info_t structure
330 * \param info pointer to the snd_ump_endpoint_info_t structure to free
332 * Frees the given snd_ump_endpoint_info_t structure using the standard
335 void snd_ump_endpoint_info_free(snd_ump_endpoint_info_t *inf
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_local.h51 int (*ump_endpoint_info)(snd_ctl_t *handle, snd_ump_endpoint_info_t *info);
H A Dcontrol_hw.c338 snd_ump_endpoint_info_t *info) in snd_ctl_hw_ump_endpoint_info()
H A Dcontrol.c1293 int snd_ctl_ump_endpoint_info(snd_ctl_t *ctl, snd_ump_endpoint_info_t *info) in snd_ctl_ump_endpoint_info()

Completed in 13 milliseconds