Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h91 unsigned short moddelay; /* modulation delay (0x8000) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h91 unsigned short moddelay; /* modulation delay (0x8000) */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h91 unsigned short moddelay; /* modulation delay (0x8000) */ member
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_proc.c54 vp->reg.parm.moddelay, in snd_emux_proc_info_read()
H A Demux_effect.c43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */
H A Demux_synth.c570 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice()
571 parm->moddelay = 0xbfff; in setup_voice()
H A Dsoundfont.c629 pp->moddelay = 0x8000; in init_voice_parm()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_callback.c244 EMU8000_ENVVAL_WRITE(hw, ch, vp->reg.parm.moddelay); in start_voice()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_callback.c359 snd_emu10k1_ptr_write(hw, ENVVAL, ch, vp->reg.parm.moddelay); in start_voice()