Searched defs:snd_ctl_elem_info (Results 1 – 1 of 1) sorted by relevance
841 struct snd_ctl_elem_info { struct842 struct snd_ctl_elem_id id; /* W: element ID */843 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */844 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */845 unsigned int count; /* count of values */846 __kernel_pid_t owner; /* owner's PID of this control */847 union {866 } value;867 union {870 } dimen;[all …]