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