Home
last modified time | relevance | path

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

/Linux-v6.6/sound/synth/emux/
Demux_synth.c719 static const unsigned char expressiontab[128] = { variable
768 vol += ((0x100 - vol) * expressiontab[expression_vol])/128; in calc_volume()