Lines Matching refs:snd_hwdep_info_t
45 typedef struct _snd_hwdep_info snd_hwdep_info_t;
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 *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);
133 void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val);