Searched refs:modatkhld (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/uapi/sound/ |
D | sfnt_info.h | 92 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */ member
|
/linux-5.19.10/sound/synth/emux/ |
D | emux_effect.c | 44 {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */ 45 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */
|
D | emux_synth.c | 570 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice() 596 if (LO_BYTE(parm->modatkhld) >= 0x80) { in setup_voice() 597 parm->modatkhld &= ~0xff; in setup_voice() 598 parm->modatkhld |= 0x7f; in setup_voice()
|
D | emux_proc.c | 55 vp->reg.parm.modatkhld, in snd_emux_proc_info_read()
|
D | soundfont.c | 634 pp->modatkhld = 0x7f7f; in init_voice_parm()
|
/linux-5.19.10/sound/isa/sb/ |
D | emu8000_callback.c | 245 EMU8000_ATKHLD_WRITE(hw, ch, vp->reg.parm.modatkhld); in start_voice()
|
/linux-5.19.10/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 361 snd_emu10k1_ptr_write(hw, ATKHLDM, ch, vp->reg.parm.modatkhld); in start_voice()
|