Searched defs:snd_ctl_elem_info (Results 1 – 1 of 1) sorted by relevance
849 struct snd_ctl_elem_info { struct850 struct snd_ctl_elem_id id; /* W: element ID */851 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */852 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */853 unsigned int count; /* count of values */854 __kernel_pid_t owner; /* owner's PID of this control */855 union {874 } value;875 union {878 } dimen;[all …]