Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h910 struct snd_timer_ginfo { struct
911 struct snd_timer_id tid; /* requested timer ID */
912 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
913 int card; /* card number */
914 unsigned char id[64]; /* timer identification */
915 unsigned char name[80]; /* timer name */
916 unsigned long reserved0; /* reserved for future use */
917 unsigned long resolution; /* average period resolution in ns */
918 unsigned long resolution_min; /* minimal period resolution in ns */
919 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]
/linux-6.14.4/include/uapi/sound/
Dasound.h914 struct snd_timer_ginfo { struct
915 struct snd_timer_id tid; /* requested timer ID */
916 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
917 int card; /* card number */
918 unsigned char id[64]; /* timer identification */
919 unsigned char name[80]; /* timer name */
920 unsigned long reserved0; /* reserved for future use */
921 unsigned long resolution; /* average period resolution in ns */
922 unsigned long resolution_min; /* minimal period resolution in ns */
923 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]