Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dseq_midi_emul.h114 #define gm_volume control[7] macro
/linux-2.6.39/sound/drivers/opl4/
Dopl4_synth.c375 att += snd_opl4_volume_table[voice->chan->gm_volume & 0x7f]; in snd_opl4_update_volume()
/linux-2.6.39/sound/core/seq/
Dseq_midi_emul.c707 chan->gm_volume = 127; in snd_midi_reset_controllers()
/linux-2.6.39/sound/drivers/opl3/
Dopl3_midi.c70 volume = (vel * chan->gm_volume * chan->gm_expression) / (127*127); in snd_opl3_calc_volume()