Lines Matching defs:snd_ctl_elem_info
903 struct snd_ctl_elem_info { struct
904 struct snd_ctl_elem_id id; /* W: element ID */
905 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */
906 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */
907 unsigned int count; /* count of values */
908 __kernel_pid_t owner; /* owner's PID of this control */
909 union {
928 } value;
929 union {
932 } dimen;
933 unsigned char reserved[64-4*sizeof(unsigned short)];