moddelay           91 include/uapi/sound/sfnt_info.h 	unsigned short moddelay;	/* modulation delay (0x8000) */
moddelay          244 sound/isa/sb/emu8000_callback.c 	EMU8000_ENVVAL_WRITE(hw, ch, vp->reg.parm.moddelay);
moddelay          359 sound/pci/emu10k1/emu10k1_callback.c 	snd_emu10k1_ptr_write(hw, ENVVAL, ch, vp->reg.parm.moddelay);
moddelay           43 sound/synth/emux/emux_effect.c 	{PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0},	/* env1 delay */
moddelay           54 sound/synth/emux/emux_proc.c 			    vp->reg.parm.moddelay,
moddelay          570 sound/synth/emux/emux_synth.c 	if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) {
moddelay          571 sound/synth/emux/emux_synth.c 		parm->moddelay = 0xbfff;
moddelay          629 sound/synth/emux/soundfont.c 	pp->moddelay = 0x8000;