Lines Matching refs:snd_timer_ginfo_t
49 typedef struct _snd_timer_ginfo snd_timer_ginfo_t; typedef
146 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info);
188 int snd_timer_ginfo_malloc(snd_timer_ginfo_t **ptr);
189 void snd_timer_ginfo_free(snd_timer_ginfo_t *obj);
190 void snd_timer_ginfo_copy(snd_timer_ginfo_t *dst, const snd_timer_ginfo_t *src);
192 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid);
193 snd_timer_id_t *snd_timer_ginfo_get_tid(snd_timer_ginfo_t *obj);
194 unsigned int snd_timer_ginfo_get_flags(snd_timer_ginfo_t *obj);
195 int snd_timer_ginfo_get_card(snd_timer_ginfo_t *obj);
196 char *snd_timer_ginfo_get_id(snd_timer_ginfo_t *obj);
197 char *snd_timer_ginfo_get_name(snd_timer_ginfo_t *obj);
198 unsigned long snd_timer_ginfo_get_resolution(snd_timer_ginfo_t *obj);
199 unsigned long snd_timer_ginfo_get_resolution_min(snd_timer_ginfo_t *obj);
200 unsigned long snd_timer_ginfo_get_resolution_max(snd_timer_ginfo_t *obj);
201 unsigned int snd_timer_ginfo_get_clients(snd_timer_ginfo_t *obj);