Lines Matching defs:snd_timer_ginfo
591 struct snd_timer_ginfo { struct
592 struct snd_timer_id tid; /* requested timer ID */
593 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
594 int card; /* card number */
595 unsigned char id[64]; /* timer identification */
596 unsigned char name[80]; /* timer name */
597 unsigned long reserved0; /* reserved for future use */
598 unsigned long resolution; /* average period resolution in ns */
599 unsigned long resolution_min; /* minimal period resolution in ns */
600 unsigned long resolution_max; /* maximal period resolution in ns */
601 unsigned int clients; /* active timer clients */
602 unsigned char reserved[32];