Searched defs:snd_ctl_elem_info32 (Results 1 – 1 of 1) sorted by relevance
50 struct snd_ctl_elem_info32 { struct51 struct snd_ctl_elem_id id; // the size of struct is same52 s32 type;53 u32 access;54 u32 count;55 s32 owner;56 union {80 struct snd_ctl_elem_info32 __user *data32) in snd_ctl_elem_info_compat() argument