Searched refs:snd_timer_ginfo_t (Results 1 – 4 of 4) sorted by relevance
49 typedef struct _snd_timer_ginfo snd_timer_ginfo_t; typedef146 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);[all …]
234 return sizeof(snd_timer_ginfo_t); in snd_timer_ginfo_sizeof()245 int snd_timer_ginfo_malloc(snd_timer_ginfo_t **info) in snd_timer_ginfo_malloc()248 *info = calloc(1, sizeof(snd_timer_ginfo_t)); in snd_timer_ginfo_malloc()261 void snd_timer_ginfo_free(snd_timer_ginfo_t *info) in snd_timer_ginfo_free()272 void snd_timer_ginfo_copy(snd_timer_ginfo_t *dst, const snd_timer_ginfo_t *src) in snd_timer_ginfo_copy()284 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid) in snd_timer_ginfo_set_tid()295 snd_timer_id_t *snd_timer_ginfo_get_tid(snd_timer_ginfo_t *obj) in snd_timer_ginfo_get_tid()305 unsigned int snd_timer_ginfo_get_flags(snd_timer_ginfo_t *obj) in snd_timer_ginfo_get_flags()315 int snd_timer_ginfo_get_card(snd_timer_ginfo_t *obj) in snd_timer_ginfo_get_card()325 char *snd_timer_ginfo_get_id(snd_timer_ginfo_t *obj) in snd_timer_ginfo_get_id()[all …]
55 int (*info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info);82 int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info);
51 static int snd_timer_query_hw_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info) in snd_timer_query_hw_info()