Searched defs:snd_ctl_elem_info32 (Results 1 – 1 of 1) sorted by relevance
65 struct snd_ctl_elem_info32 { struct66 struct snd_ctl_elem_id id; // the size of struct is same67 s32 type;68 u32 access;69 u32 count;70 s32 owner;71 union {95 struct snd_ctl_elem_info32 __user *data32) in snd_ctl_elem_info_compat() argument