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