Searched defs:snd_emu10k1_fx8010_ctl (Results 1 – 1 of 1) sorted by relevance
1553 struct snd_emu10k1_fx8010_ctl { struct1554 struct list_head list; /* list link container */1555 unsigned int vcount;1556 unsigned int count; /* count of GPR (1..16) */1557 unsigned short gpr[32]; /* GPR number(s) */1558 int value[32];1559 int min; /* minimum range */1560 int max; /* maximum range */1561 unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */1562 struct snd_kcontrol *kcontrol;