Searched defs:snd_timer_ginfo (Results 1 – 4 of 4) sorted by relevance
704 struct snd_timer_ginfo { struct705 struct snd_timer_id tid; /* requested timer ID */706 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */707 int card; /* card number */708 unsigned char id[64]; /* timer identification */709 unsigned char name[80]; /* timer name */710 unsigned long reserved0; /* reserved for future use */711 unsigned long resolution; /* average period resolution in ns */712 unsigned long resolution_min; /* minimal period resolution in ns */713 unsigned long resolution_max; /* maximal period resolution in ns */[all …]
806 struct snd_timer_ginfo { struct807 struct snd_timer_id tid; /* requested timer ID */808 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */809 int card; /* card number */810 unsigned char id[64]; /* timer identification */811 unsigned char name[80]; /* timer name */812 unsigned long reserved0; /* reserved for future use */813 unsigned long resolution; /* average period resolution in ns */814 unsigned long resolution_min; /* minimal period resolution in ns */815 unsigned long resolution_max; /* maximal period resolution in ns */[all …]