Home
last modified time | relevance | path

Searched refs:modatkhld (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/sound/
Dsfnt_info.h91 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */ member
/linux-2.6.39/sound/synth/emux/
Demux_effect.c58 {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */
59 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */
Demux_synth.c585 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice()
611 if (LO_BYTE(parm->modatkhld) >= 0x80) { in setup_voice()
612 parm->modatkhld &= ~0xff; in setup_voice()
613 parm->modatkhld |= 0x7f; in setup_voice()
Demux_proc.c70 vp->reg.parm.modatkhld, in snd_emux_proc_info_read()
Dsoundfont.c642 pp->modatkhld = 0x7f7f; in init_voice_parm()
/linux-2.6.39/sound/isa/sb/
Demu8000_callback.c257 EMU8000_ATKHLD_WRITE(hw, ch, vp->reg.parm.modatkhld); in start_voice()
/linux-2.6.39/sound/pci/emu10k1/
Demu10k1_callback.c374 snd_emu10k1_ptr_write(hw, ATKHLDM, ch, vp->reg.parm.modatkhld); in start_voice()