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