Home
last modified time | relevance | path

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

/Linux-v5.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];
/Linux-v5.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];
/Linux-v5.10/sound/core/
Dcontrol.c993 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function