Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasound.h1030 struct snd_ctl_elem_info { struct
1031 struct snd_ctl_elem_id id; /* W: element ID */
1032 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
1033 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
1034 unsigned int count; /* count of values */
1035 __kernel_pid_t owner; /* owner's PID of this control */
1036 union {
1055 } value;
1056 unsigned char reserved[64];
/third_party/alsa-lib/src/control/
Dcontrol.c424 int snd_ctl_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info) in snd_ctl_elem_info() function