Searched refs:parm_defs (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/synth/emux/
H A Demux_effect.c56 } parm_defs[EMUX_NUM_EFFECTS] = { variable in typeref:struct:emux_parm_defs
107 if (parm_defs[type].type & PARM_IS_SIGNED) effect_set_byte()
112 if (effect < parm_defs[type].low) effect_set_byte()
113 effect = parm_defs[type].low; effect_set_byte()
114 else if (effect > parm_defs[type].high) effect_set_byte()
115 effect = parm_defs[type].high; effect_set_byte()
129 if (effect < parm_defs[type].low) effect_set_word()
130 effect = parm_defs[type].low; effect_set_word()
131 else if (effect > parm_defs[type].high) effect_set_word()
132 effect = parm_defs[type].high; effect_set_word()
198 if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0) snd_emux_send_effect()
202 if (parm_defs[type].type & PARM_IS_ALIGN_HI) snd_emux_send_effect()
205 if (parm_defs[type].type & PARM_IS_ALIGN_LO) snd_emux_send_effect()
216 if (parm_defs[i].type & PARM_IS_BYTE) { snd_emux_send_effect()
227 snd_emux_update_channel(port, chan, parm_defs[type].update); snd_emux_send_effect()
246 if (! fx->flag[i] || (offset = parm_defs[i].offset) < 0) snd_emux_setup_effect()
249 if (parm_defs[i].type & PARM_IS_ALIGN_HI) snd_emux_setup_effect()
252 if (parm_defs[i].type & PARM_IS_ALIGN_LO) snd_emux_setup_effect()
256 if (parm_defs[i].type & PARM_IS_BYTE) snd_emux_setup_effect()

Completed in 82 milliseconds