Home
last modified time | relevance | path

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

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