Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/sound/
Dsfnt_info.h91 unsigned short moddelay; /* modulation delay (0x8000) */ member
/linux-5.19.10/sound/synth/emux/
Demux_proc.c54 vp->reg.parm.moddelay, in snd_emux_proc_info_read()
Demux_effect.c43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */
Demux_synth.c570 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice()
571 parm->moddelay = 0xbfff; in setup_voice()
Dsoundfont.c633 pp->moddelay = 0x8000; in init_voice_parm()
/linux-5.19.10/sound/isa/sb/
Demu8000_callback.c244 EMU8000_ENVVAL_WRITE(hw, ch, vp->reg.parm.moddelay); in start_voice()
/linux-5.19.10/sound/pci/emu10k1/
Demu10k1_callback.c360 snd_emu10k1_ptr_write(hw, ENVVAL, ch, vp->reg.parm.moddelay); in start_voice()