tag | line | file | source code |
---|---|---|---|
env_offset | 65 | drivers/sound/gus_wave.c | unsigned char env_offset[6]; |
env_offset | 565 | drivers/sound/gus_wave.c | vol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255; |
env_offset | 1281 | drivers/sound/gus_wave.c | voices[voice].env_offset[i] = samples[sample].env_offset[i]; |
env_offset | 203 | include/linux/soundcard.h | unsigned char env_offset[ 6 ]; /* 255 == 100% */ |