Lines Matching defs:snd_timer_ginfo
686 struct snd_timer_ginfo { struct
687 struct snd_timer_id tid; /* requested timer ID */
688 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
689 int card; /* card number */
690 unsigned char id[64]; /* timer identification */
691 unsigned char name[80]; /* timer name */
692 unsigned long reserved0; /* reserved for future use */
693 unsigned long resolution; /* average period resolution in ns */
694 unsigned long resolution_min; /* minimal period resolution in ns */
695 unsigned long resolution_max; /* maximal period resolution in ns */
696 unsigned int clients; /* active timer clients */
697 unsigned char reserved[32];