Home
last modified time | relevance | path

Searched refs:xg_sense (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_nrpn.c75 static const int xg_sense[] = variable
319 return (val - 64) * xg_sense[FX_CUTOFF] / 64; in xg_cutoff()
325 return (val - 64) * xg_sense[FX_RESONANCE] / 64; in xg_filterQ()
331 return -(val - 64) * xg_sense[FX_ATTACK] / 64; in xg_attack()
337 return -(val - 64) * xg_sense[FX_RELEASE] / 64; in xg_release()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_nrpn.c75 static const int xg_sense[] = variable
319 return (val - 64) * xg_sense[FX_CUTOFF] / 64; in xg_cutoff()
325 return (val - 64) * xg_sense[FX_RESONANCE] / 64; in xg_filterQ()
331 return -(val - 64) * xg_sense[FX_ATTACK] / 64; in xg_attack()
337 return -(val - 64) * xg_sense[FX_RELEASE] / 64; in xg_release()

Completed in 2 milliseconds