Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound.h727 struct snd_ctl_elem_info { struct
728 struct snd_ctl_elem_id id;
729 snd_ctl_elem_type_t type;
730 unsigned int access;
731 unsigned int count;
732 __kernel_pid_t owner;
733 union {
752 } value;
753 union {
756 } dimen;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound.h808 struct snd_ctl_elem_info { struct
809 struct snd_ctl_elem_id id;
810 snd_ctl_elem_type_t type;
811 unsigned int access;
812 unsigned int count;
813 __kernel_pid_t owner;
814 union {
833 } value;
834 unsigned char reserved[64];
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound.h1017 struct snd_ctl_elem_info { struct
1018 struct snd_ctl_elem_id id; /* W: element ID */
1019 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1020 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1021 unsigned int count; /* count of values */
1022 __kernel_pid_t owner; /* owner's PID of this control */
1023 union {
1042 } value;
1043 unsigned char reserved[64];
/kernel/linux/linux-5.10/tools/include/uapi/sound/
Dasound.h1017 struct snd_ctl_elem_info { struct
1018 struct snd_ctl_elem_id id; /* W: element ID */
1019 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1020 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1021 unsigned int count; /* count of values */
1022 __kernel_pid_t owner; /* owner's PID of this control */
1023 union {
1042 } value;
1043 unsigned char reserved[64];
/kernel/linux/linux-5.10/sound/core/
Dcontrol.c994 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function