Searched defs:snd_ctl_elem_info (Results 1 – 3 of 3) sorted by relevance
1045 struct snd_ctl_elem_info { struct1046 struct snd_ctl_elem_id id; /* W: element ID */1047 snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */1048 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */1049 unsigned int count; /* count of values */1050 __kernel_pid_t owner; /* owner's PID of this control */1051 union {1070 } value;1071 unsigned char reserved[64];
1023 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() function
Completed in 25 milliseconds