Searched defs:snd_timer_ginfo (Results 1 – 1 of 1) sorted by relevance
707 struct snd_timer_ginfo { struct708 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 */[all …]