Home
last modified time | relevance | path

Searched refs:modulation (Results 1 – 2 of 2) sorted by relevance

/sound/pci/emu10k1/
A Demu10k1_callback.c490 int modulation; in make_fmmod() local
494 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in make_fmmod()
495 pitch += (MOD_SENSE * modulation) / 1200; in make_fmmod()
506 int modulation; in make_fm2frq2() local
510 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in make_fm2frq2()
511 pitch += (MOD_SENSE * modulation) / 1200; in make_fm2frq2()
/sound/isa/sb/
A Demu8000_callback.c375 int modulation; in set_fmmod() local
379 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in set_fmmod()
380 pitch += (MOD_SENSE * modulation) / 1200; in set_fmmod()
400 int modulation; in set_fm2frq2() local
404 modulation = vp->chan->gm_modulation + vp->chan->midi_pressure; in set_fm2frq2()
405 pitch += (MOD_SENSE * modulation) / 1200; in set_fm2frq2()

Completed in 5 milliseconds