Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/sound/
Dasound.h841 struct snd_timer_ginfo { struct
842 struct snd_timer_id tid; /* requested timer ID */
843 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
844 int card; /* card number */
845 unsigned char id[64]; /* timer identification */
846 unsigned char name[80]; /* timer name */
847 unsigned long reserved0; /* reserved for future use */
848 unsigned long resolution; /* average period resolution in ns */
849 unsigned long resolution_min; /* minimal period resolution in ns */
850 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]
/linux-5.19.10/include/uapi/sound/
Dasound.h841 struct snd_timer_ginfo { struct
842 struct snd_timer_id tid; /* requested timer ID */
843 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
844 int card; /* card number */
845 unsigned char id[64]; /* timer identification */
846 unsigned char name[80]; /* timer name */
847 unsigned long reserved0; /* reserved for future use */
848 unsigned long resolution; /* average period resolution in ns */
849 unsigned long resolution_min; /* minimal period resolution in ns */
850 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]