Searched defs:snd_emu10k1_fx8010_control_gpr (Results 1 – 1 of 1) sorted by relevance
300 struct snd_emu10k1_fx8010_control_gpr { struct301 struct emu10k1_ctl_elem_id id; /* full control ID definition */302 unsigned int vcount; /* visible count */303 unsigned int count; /* count of GPR (1..16) */304 unsigned short gpr[32]; /* GPR number(s) */305 unsigned int value[32]; /* initial values */306 unsigned int min; /* minimum range */307 unsigned int max; /* maximum range */331 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */ argument