Lines Matching defs:parm_defs
42 } parm_defs[EMUX_NUM_EFFECTS] = {
93 if (parm_defs[type].type & PARM_IS_SIGNED)
98 if (effect < parm_defs[type].low)
99 effect = parm_defs[type].low;
100 else if (effect > parm_defs[type].high)
101 effect = parm_defs[type].high;
115 if (effect < parm_defs[type].low)
116 effect = parm_defs[type].low;
117 else if (effect > parm_defs[type].high)
118 effect = parm_defs[type].high;
184 if (!parm_defs[type].update)
186 offset = parm_defs[type].offset;
191 if (parm_defs[type].type & PARM_IS_ALIGN_HI)
194 if (parm_defs[type].type & PARM_IS_ALIGN_LO)
205 if (parm_defs[i].type & PARM_IS_BYTE) {
216 snd_emux_update_channel(port, chan, parm_defs[type].update);
238 offset = parm_defs[i].offset;
242 if (parm_defs[i].type & PARM_IS_ALIGN_HI)
245 if (parm_defs[i].type & PARM_IS_ALIGN_LO)
249 if (parm_defs[i].type & PARM_IS_BYTE)