Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h1116 struct snd_ctl_elem_info { struct
1117 struct snd_ctl_elem_id id; /* W: element ID */
1118 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1119 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1120 unsigned int count; /* count of values */
1121 __kernel_pid_t owner; /* owner's PID of this control */
1122 union {
1141 } value;
1142 unsigned char reserved[64];
/openbmc/linux/include/uapi/sound/
H A Dasound.h1116 struct snd_ctl_elem_info { struct
1117 struct snd_ctl_elem_id id; /* W: element ID */
1118 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1119 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1120 unsigned int count; /* count of values */
1121 __kernel_pid_t owner; /* owner's PID of this control */
1122 union {
1141 } value;
1142 unsigned char reserved[64];
/openbmc/linux/sound/core/
H A Dcontrol.c1236 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function