Home
last modified time | relevance | path

Searched defs:snd_emu10k1_fx8010_control_gpr (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/sound/
Demu10k1.h2152 struct snd_emu10k1_fx8010_control_gpr { struct
2153 struct snd_ctl_elem_id id; /* full control ID definition */
2154 unsigned int vcount; /* visible count */
2155 unsigned int count; /* count of GPR (1..16) */
2156 unsigned short gpr[32]; /* GPR number(s) */
2157 unsigned int value[32]; /* initial values */
2158 unsigned int min; /* minimum range */
2159 unsigned int max; /* maximum range */
2183 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */ argument