Lines Matching refs:snd_timer_info_t

440  * \brief get size of the snd_timer_info_t structure in bytes
441 * \return size of the snd_timer_info_t structure in bytes
445 return sizeof(snd_timer_info_t);
449 * \brief allocate a new snd_timer_info_t structure
453 * Allocates a new snd_timer_info_t structure using the standard
456 int snd_timer_info_malloc(snd_timer_info_t **info)
459 *info = calloc(1, sizeof(snd_timer_info_t));
466 * \brief frees the snd_timer_info_t structure
467 * \param info pointer to the snd_timer_info_t structure to free
469 * Frees the given snd_timer_info_t structure using the standard
472 void snd_timer_info_free(snd_timer_info_t *info)
479 * \brief copy one snd_timer_info_t structure to another
480 * \param dst destination snd_timer_info_t structure
481 * \param src source snd_timer_info_t structure
483 void snd_timer_info_copy(snd_timer_info_t *dst, const snd_timer_info_t *src)
491 * \param info pointer to #snd_timer_info_t structure
494 int snd_timer_info_is_slave(snd_timer_info_t * info)
502 * \param info pointer to #snd_timer_info_t structure
505 int snd_timer_info_get_card(snd_timer_info_t * info)
513 * \param info pointer to #snd_timer_info_t structure
516 const char *snd_timer_info_get_id(snd_timer_info_t * info)
524 * \param info pointer to #snd_timer_info_t structure
527 const char *snd_timer_info_get_name(snd_timer_info_t * info)
536 * \param info pointer to #snd_timer_info_t structure
539 long snd_timer_info_get_resolution(snd_timer_info_t * info)
548 * \param info pointer to a snd_timer_info_t structure to be filled
551 int snd_timer_info(snd_timer_t *timer, snd_timer_info_t * info)
954 * \param info pointer to #snd_timer_info_t structure
957 long snd_timer_info_get_ticks(snd_timer_info_t * info)