Home
last modified time | relevance | path

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

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