Searched defs:snd_timer_ginfo (Results 1 – 2 of 2) sorted by relevance
908 struct snd_timer_ginfo { struct909 struct snd_timer_id tid; /* requested timer ID */910 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */911 int card; /* card number */912 unsigned char id[64]; /* timer identification */913 unsigned char name[80]; /* timer name */914 unsigned long reserved0; /* reserved for future use */915 unsigned long resolution; /* average period resolution in ns */916 unsigned long resolution_min; /* minimal period resolution in ns */917 unsigned long resolution_max; /* maximal period resolution in ns */[all …]