Searched defs:snd_emu10k1_fx8010_code (Results 1 – 1 of 1) sorted by relevance
2176 struct snd_emu10k1_fx8010_code { struct2177 char name[128];2180 __u32 __user *gpr_map; /* initializers */2182 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */2183 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */2185 unsigned int gpr_del_control_count; /* count of GPR controls to remove */2186 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */2188 unsigned int gpr_list_control_count; /* count of GPR controls to list */2189 unsigned int gpr_list_control_total; /* total count of GPR controls */2190 struct snd_emu10k1_fx8010_control_gpr __user *gpr_list_controls; /* listed GPR controls */[all …]