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