Searched refs:parm_defs (Results 1 – 1 of 1) sorted by relevance
42 } parm_defs[EMUX_NUM_EFFECTS] = { variable98 if (effect < parm_defs[type].low) in effect_set_byte()99 effect = parm_defs[type].low; in effect_set_byte()100 else if (effect > parm_defs[type].high) in effect_set_byte()101 effect = parm_defs[type].high; in effect_set_byte()115 if (effect < parm_defs[type].low) in effect_set_word()116 effect = parm_defs[type].low; in effect_set_word()118 effect = parm_defs[type].high; in effect_set_word()184 if (!parm_defs[type].update) in snd_emux_send_effect()186 offset = parm_defs[type].offset; in snd_emux_send_effect()[all …]
Completed in 4 milliseconds