Searched defs:snd_emu10k1_fx8010_control_gpr (Results 1 – 1 of 1) sorted by relevance
276 struct snd_emu10k1_fx8010_control_gpr { struct277 struct snd_ctl_elem_id id; /* full control ID definition */278 unsigned int vcount; /* visible count */279 unsigned int count; /* count of GPR (1..16) */280 unsigned short gpr[32]; /* GPR number(s) */281 unsigned int value[32]; /* initial values */282 unsigned int min; /* minimum range */283 unsigned int max; /* maximum range */307 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */ argument