modatkhld 92 include/uapi/sound/sfnt_info.h unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */ modatkhld 245 sound/isa/sb/emu8000_callback.c EMU8000_ATKHLD_WRITE(hw, ch, vp->reg.parm.modatkhld); modatkhld 360 sound/pci/emu10k1/emu10k1_callback.c snd_emu10k1_ptr_write(hw, ATKHLDM, ch, vp->reg.parm.modatkhld); modatkhld 44 sound/synth/emux/emux_effect.c {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */ modatkhld 45 sound/synth/emux/emux_effect.c {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */ modatkhld 55 sound/synth/emux/emux_proc.c vp->reg.parm.modatkhld, modatkhld 570 sound/synth/emux/emux_synth.c if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { modatkhld 596 sound/synth/emux/emux_synth.c if (LO_BYTE(parm->modatkhld) >= 0x80) { modatkhld 597 sound/synth/emux/emux_synth.c parm->modatkhld &= ~0xff; modatkhld 598 sound/synth/emux/emux_synth.c parm->modatkhld |= 0x7f; modatkhld 630 sound/synth/emux/soundfont.c pp->modatkhld = 0x7f7f;