Searched defs:snd_ctl_elem_info (Results 1 – 5 of 5) sorted by relevance
727 struct snd_ctl_elem_info { struct728 struct snd_ctl_elem_id id;729 snd_ctl_elem_type_t type;730 unsigned int access;731 unsigned int count;732 __kernel_pid_t owner;733 union {752 } value;753 union {756 } dimen;[all …]
808 struct snd_ctl_elem_info { struct809 struct snd_ctl_elem_id id;810 snd_ctl_elem_type_t type;811 unsigned int access;812 unsigned int count;813 __kernel_pid_t owner;814 union {833 } value;834 unsigned char reserved[64];
1017 struct snd_ctl_elem_info { struct1018 struct snd_ctl_elem_id id; /* W: element ID */1019 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */1020 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */1021 unsigned int count; /* count of values */1022 __kernel_pid_t owner; /* owner's PID of this control */1023 union {1042 } value;1043 unsigned char reserved[64];
994 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function