Searched defs:snd_ctl_elem_info (Results 1 – 2 of 2) sorted by relevance
1030 struct snd_ctl_elem_info { struct1031 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];
424 int snd_ctl_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info) in snd_ctl_elem_info() function