Lines Matching defs:card
311 * \brief get associated card with timer
313 * \return associated card
317 return obj->card;
529 * \brief set timer card
531 * \param card card number
533 void snd_timer_id_set_card(snd_timer_id_t * tid, int card)
536 tid->card = card;
540 * \brief get timer card
542 * \return timer card number
547 return tid->card;