Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound.h561 struct snd_timer_ginfo { struct
562 struct snd_timer_id tid;
563 unsigned int flags;
564 int card;
565 unsigned char id[64];
566 unsigned char name[80];
567 unsigned long reserved0;
568 unsigned long resolution;
569 unsigned long resolution_min;
570 unsigned long resolution_max;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound.h636 struct snd_timer_ginfo { struct
637 struct snd_timer_id tid;
638 unsigned int flags;
639 int card;
640 unsigned char id[64];
641 unsigned char name[80];
642 unsigned long reserved0;
643 unsigned long resolution;
644 unsigned long resolution_min;
645 unsigned long resolution_max;
[all …]
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound.h806 struct snd_timer_ginfo { struct
807 struct snd_timer_id tid; /* requested timer ID */
808 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
809 int card; /* card number */
810 unsigned char id[64]; /* timer identification */
811 unsigned char name[80]; /* timer name */
812 unsigned long reserved0; /* reserved for future use */
813 unsigned long resolution; /* average period resolution in ns */
814 unsigned long resolution_min; /* minimal period resolution in ns */
815 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/sound/
Dasound.h806 struct snd_timer_ginfo { struct
807 struct snd_timer_id tid; /* requested timer ID */
808 unsigned int flags; /* timer flags - SNDRV_TIMER_FLG_* */
809 int card; /* card number */
810 unsigned char id[64]; /* timer identification */
811 unsigned char name[80]; /* timer name */
812 unsigned long reserved0; /* reserved for future use */
813 unsigned long resolution; /* average period resolution in ns */
814 unsigned long resolution_min; /* minimal period resolution in ns */
815 unsigned long resolution_max; /* maximal period resolution in ns */
[all …]