Lines Matching defs:snd_emu10k1_fx8010_code
324 struct snd_emu10k1_fx8010_code { struct
325 char name[128];
328 __u32 *gpr_map; /* initializers */
330 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
331 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */
333 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
334 struct emu10k1_ctl_elem_id *gpr_del_controls; /* IDs of GPR controls to remove */
336 unsigned int gpr_list_control_count; /* count of GPR controls to list */
337 unsigned int gpr_list_control_total; /* total count of GPR controls */
338 struct snd_emu10k1_fx8010_control_gpr *gpr_list_controls; /* listed GPR controls */
341 __u32 *tram_data_map; /* data initializers */
342 __u32 *tram_addr_map; /* map initializers */
345 __u32 *code; /* one instruction - 64 bits */