Home
last modified time | relevance | path

Searched defs:snd_timer_ginfo (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasound.h823 struct snd_timer_ginfo { struct
824 struct snd_timer_id tid; /* requested timer ID */
825 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
826 int card; /* card number */
827 unsigned char id[64]; /* timer identification */
828 unsigned char name[80]; /* timer name */
829 unsigned long reserved0; /* reserved for future use */
830 unsigned long resolution; /* average period resolution in ns */
831 unsigned long resolution_min; /* minimal period resolution in ns */
832 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]