Searched defs:snd_timer_gstatus (Results 1 – 2 of 2) sorted by relevance
727 struct snd_timer_gstatus { struct728 struct snd_timer_id tid; /* requested timer ID */729 unsigned long resolution; /* current period resolution in ns */730 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */731 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */732 unsigned char reserved[32];