Searched defs:snd_ctl_elem_info32 (Results 1 – 1 of 1) sorted by relevance
52 struct snd_ctl_elem_info32 { struct53 struct snd_ctl_elem_id id; // the size of struct is same54 s32 type;55 u32 access;56 u32 count;57 s32 owner;58 union {82 struct snd_ctl_elem_info32 __user *data32) in snd_ctl_elem_info_compat() argument