Searched defs:snd_timer_ginfo (Results 1 – 1 of 1) sorted by relevance
645 struct snd_timer_ginfo { struct646 struct snd_timer_id tid; /* requested timer ID */647 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */648 int card; /* card number */649 unsigned char id[64]; /* timer identification */650 unsigned char name[80]; /* timer name */651 unsigned long reserved0; /* reserved for future use */652 unsigned long resolution; /* average period resolution in ns */653 unsigned long resolution_min; /* minimal period resolution in ns */654 unsigned long resolution_max; /* maximal period resolution in ns */[all …]