Home
last modified time | relevance | path

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

/linux-2.6.39/sound/synth/emux/
Demux_synth.c734 static unsigned char expressiontab[128] = { variable
783 vol += ((0x100 - vol) * expressiontab[expression_vol])/128; in calc_volume()