Lines Matching refs:snd_timer_info_t
55 typedef struct _snd_timer_info snd_timer_info_t; typedef
159 int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
206 int snd_timer_info_malloc(snd_timer_info_t **ptr);
207 void snd_timer_info_free(snd_timer_info_t *obj);
208 void snd_timer_info_copy(snd_timer_info_t *dst, const snd_timer_info_t *src);
210 int snd_timer_info_is_slave(snd_timer_info_t * info);
211 int snd_timer_info_get_card(snd_timer_info_t * info);
212 const char *snd_timer_info_get_id(snd_timer_info_t * info);
213 const char *snd_timer_info_get_name(snd_timer_info_t * info);
214 long snd_timer_info_get_resolution(snd_timer_info_t * info);
250 long snd_timer_info_get_ticks(snd_timer_info_t * info);