Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
A Dasound.h825 struct snd_timer_ginfo { struct
826 struct snd_timer_id tid; /* requested timer ID */
827 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
828 int card; /* card number */
829 unsigned char id[64]; /* timer identification */
830 unsigned char name[80]; /* timer name */
831 unsigned long reserved0; /* reserved for future use */
832 unsigned long resolution; /* average period resolution in ns */
833 unsigned long resolution_min; /* minimal period resolution in ns */
835 unsigned int clients; /* active timer clients */
[all …]
/linux-6.3-rc2/tools/include/uapi/sound/
A Dasound.h825 struct snd_timer_ginfo { struct
826 struct snd_timer_id tid; /* requested timer ID */
827 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
828 int card; /* card number */
829 unsigned char id[64]; /* timer identification */
830 unsigned char name[80]; /* timer name */
831 unsigned long reserved0; /* reserved for future use */
832 unsigned long resolution; /* average period resolution in ns */
833 unsigned long resolution_min; /* minimal period resolution in ns */
835 unsigned int clients; /* active timer clients */
[all …]

Completed in 16 milliseconds