Searched refs:modatkhld (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/uapi/sound/ |
D | sfnt_info.h | 92 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */ member
|
/Linux-v4.19/sound/synth/emux/ |
D | emux_effect.c | 58 {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */ 59 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */
|
D | emux_synth.c | 584 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice() 610 if (LO_BYTE(parm->modatkhld) >= 0x80) { in setup_voice() 611 parm->modatkhld &= ~0xff; in setup_voice() 612 parm->modatkhld |= 0x7f; in setup_voice()
|
D | emux_proc.c | 68 vp->reg.parm.modatkhld, in snd_emux_proc_info_read()
|
D | soundfont.c | 643 pp->modatkhld = 0x7f7f; in init_voice_parm()
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_callback.c | 258 EMU8000_ATKHLD_WRITE(hw, ch, vp->reg.parm.modatkhld); in start_voice()
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 373 snd_emu10k1_ptr_write(hw, ATKHLDM, ch, vp->reg.parm.modatkhld); in start_voice()
|