Searched defs:snd_emu10k1_fx8010_control_gpr (Results 1 – 1 of 1) sorted by relevance
285 struct snd_emu10k1_fx8010_control_gpr { struct286 struct snd_ctl_elem_id id; /* full control ID definition */287 unsigned int vcount; /* visible count */288 unsigned int count; /* count of GPR (1..16) */289 unsigned short gpr[32]; /* GPR number(s) */290 unsigned int value[32]; /* initial values */291 unsigned int min; /* minimum range */292 unsigned int max; /* maximum range */316 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */ argument