Lines Matching refs:snd_hwdep_info_t
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()
436 void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val) in snd_hwdep_info_set_device()
448 int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info) in snd_hwdep_info()