Searched defs:snd_ctl_elem_info (Results 1 – 6 of 6) sorted by relevance
717 struct snd_ctl_elem_info { struct718 struct snd_ctl_elem_id id;719 snd_ctl_elem_type_t type;720 unsigned int access;721 unsigned int count;722 __kernel_pid_t owner;723 union {742 } value;743 union {746 } dimen;[all …]
711 struct snd_ctl_elem_info { struct712 struct snd_ctl_elem_id id;713 snd_ctl_elem_type_t type;714 unsigned int access;715 unsigned int count;716 __kernel_pid_t owner;717 union {736 } value;737 union {740 } dimen;[all …]
887 struct snd_ctl_elem_info { struct888 struct snd_ctl_elem_id id; /* W: element ID */889 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */890 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */891 unsigned int count; /* count of values */892 __kernel_pid_t owner; /* owner's PID of this control */893 union {912 } value;913 union {916 } dimen;[all …]
896 struct snd_ctl_elem_info { struct897 struct snd_ctl_elem_id id; /* W: element ID */898 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */899 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */900 unsigned int count; /* count of values */901 __kernel_pid_t owner; /* owner's PID of this control */902 union {921 } value;922 union {925 } dimen;[all …]