Searched defs:snd_emu10k1_fx8010_code (Results 1 – 1 of 1) sorted by relevance
301 struct snd_emu10k1_fx8010_code { struct302 char name[128];305 __u32 __user *gpr_map; /* initializers */307 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */308 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */310 unsigned int gpr_del_control_count; /* count of GPR controls to remove */311 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */313 unsigned int gpr_list_control_count; /* count of GPR controls to list */314 unsigned int gpr_list_control_total; /* total count of GPR controls */315 struct snd_emu10k1_fx8010_control_gpr __user *gpr_list_controls; /* listed GPR controls */[all …]