Lines Matching defs:snd_timer_ginfo
706 struct snd_timer_ginfo { struct
707 struct snd_timer_id tid; /* requested timer ID */
708 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
709 int card; /* card number */
710 unsigned char id[64]; /* timer identification */
711 unsigned char name[80]; /* timer name */
712 unsigned long reserved0; /* reserved for future use */
713 unsigned long resolution; /* average period resolution in ns */
714 unsigned long resolution_min; /* minimal period resolution in ns */
715 unsigned long resolution_max; /* maximal period resolution in ns */
716 unsigned int clients; /* active timer clients */
717 unsigned char reserved[32];