Lines Matching defs:snd_emu10k1_fx8010_code
352 struct snd_emu10k1_fx8010_code { struct
353 char name[128];
356 __u32 *gpr_map; /* initializers */
358 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
359 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */
361 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
362 struct emu10k1_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove */
364 unsigned int gpr_list_control_count; /* count of GPR controls to list */
365 unsigned int gpr_list_control_total; /* total count of GPR controls */
366 struct snd_emu10k1_fx8010_control_gpr *gpr_list_controls; /* listed GPR controls */
369 __u32 *tram_data_map; /* data initializers */
370 __u32 *tram_addr_map; /* map initializers */
373 __u32 *code; /* one instruction - 64 bits */