Searched defs:snd_emu10k1_fx8010_control_gpr (Results 1 – 5 of 5) sorted by relevance
249 struct snd_emu10k1_fx8010_control_gpr { struct250 struct emu10k1_ctl_elem_id id;251 unsigned int vcount;275 struct snd_emu10k1_fx8010_control_gpr * gpr_add_controls; argument
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
227 struct snd_emu10k1_fx8010_control_gpr { struct228 struct snd_ctl_elem_id id;229 unsigned int vcount;253 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; argument
328 struct snd_emu10k1_fx8010_control_gpr { struct329 struct emu10k1_ctl_elem_id id; /* full control ID definition */330 unsigned int vcount; /* visible count */331 unsigned int count; /* count of GPR (1..16) */332 unsigned short gpr[32]; /* GPR number(s) */333 int value[32]; /* initial values */334 int min; /* minimum range */335 int max; /* maximum range */359 struct snd_emu10k1_fx8010_control_gpr *gpr_add_controls; /* GPR controls to add/replace */ argument