Searched refs:moddelay (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/uapi/sound/ |
D | sfnt_info.h | 91 unsigned short moddelay; /* modulation delay (0x8000) */ member
|
/linux-5.19.10/sound/synth/emux/ |
D | emux_proc.c | 54 vp->reg.parm.moddelay, in snd_emux_proc_info_read()
|
D | emux_effect.c | 43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */
|
D | emux_synth.c | 570 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice() 571 parm->moddelay = 0xbfff; in setup_voice()
|
D | soundfont.c | 633 pp->moddelay = 0x8000; in init_voice_parm()
|
/linux-5.19.10/sound/isa/sb/ |
D | emu8000_callback.c | 244 EMU8000_ENVVAL_WRITE(hw, ch, vp->reg.parm.moddelay); in start_voice()
|
/linux-5.19.10/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 360 snd_emu10k1_ptr_write(hw, ENVVAL, ch, vp->reg.parm.moddelay); in start_voice()
|