parm_defs          42 sound/synth/emux/emux_effect.c } parm_defs[EMUX_NUM_EFFECTS] = {
parm_defs          93 sound/synth/emux/emux_effect.c 		if (parm_defs[type].type & PARM_IS_SIGNED)
parm_defs          98 sound/synth/emux/emux_effect.c 	if (effect < parm_defs[type].low)
parm_defs          99 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].low;
parm_defs         100 sound/synth/emux/emux_effect.c 	else if (effect > parm_defs[type].high)
parm_defs         101 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].high;
parm_defs         115 sound/synth/emux/emux_effect.c 	if (effect < parm_defs[type].low)
parm_defs         116 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].low;
parm_defs         117 sound/synth/emux/emux_effect.c 	else if (effect > parm_defs[type].high)
parm_defs         118 sound/synth/emux/emux_effect.c 		effect = parm_defs[type].high;
parm_defs         184 sound/synth/emux/emux_effect.c 	if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0)
parm_defs         188 sound/synth/emux/emux_effect.c 	if (parm_defs[type].type & PARM_IS_ALIGN_HI)
parm_defs         191 sound/synth/emux/emux_effect.c 	if (parm_defs[type].type & PARM_IS_ALIGN_LO)
parm_defs         202 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_BYTE) {
parm_defs         213 sound/synth/emux/emux_effect.c 	snd_emux_update_channel(port, chan, parm_defs[type].update);
parm_defs         232 sound/synth/emux/emux_effect.c 		if (! fx->flag[i] || (offset = parm_defs[i].offset) < 0)
parm_defs         235 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_ALIGN_HI)
parm_defs         238 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_ALIGN_LO)
parm_defs         242 sound/synth/emux/emux_effect.c 		if (parm_defs[i].type & PARM_IS_BYTE)