Home
last modified time | relevance | path

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

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h1139 struct snd_ctl_elem_info { argument
1135 struct snd_ctl_elem_info { global() struct
1136 idsnd_ctl_elem_info global() argument
1137 typesnd_ctl_elem_info global() argument
1138 accesssnd_ctl_elem_info global() argument
1140 ownersnd_ctl_elem_info global() argument
1141 __anon203d78df130asnd_ctl_elem_info global() argument
1160 valuesnd_ctl_elem_info global() argument
1161 reservedsnd_ctl_elem_info global() argument
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h1135 struct snd_ctl_elem_info { struct
1136 struct snd_ctl_elem_id id; /* W: element ID */
1137 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1138 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1139 unsigned int count; /* count of values */
1140 __kernel_pid_t owner; /* owner's PID of this control */
1141 union {
1160 } value;
1161 unsigned char reserved[64];
/linux/sound/core/
H A Dcontrol.c1159 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function