Lines Matching defs:snd_timer_ginfo
834 struct snd_timer_ginfo { struct
835 struct snd_timer_id tid; /* requested timer ID */
836 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
837 int card; /* card number */
838 unsigned char id[64]; /* timer identification */
839 unsigned char name[80]; /* timer name */
840 unsigned long reserved0; /* reserved for future use */
841 unsigned long resolution; /* average period resolution in ns */
842 unsigned long resolution_min; /* minimal period resolution in ns */
843 unsigned long resolution_max; /* maximal period resolution in ns */
844 unsigned int clients; /* active timer clients */
845 unsigned char reserved[32];