Lines Matching defs:snd_ctl_elem_info
882 struct snd_ctl_elem_info { struct
883 struct snd_ctl_elem_id id; /* W: element ID */
884 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
885 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
886 unsigned int count; /* count of values */
887 __kernel_pid_t owner; /* owner's PID of this control */
888 union {
907 } value;
908 union {
911 } dimen;
912 unsigned char reserved[64-4*sizeof(unsigned short)];