Home
last modified time | relevance | path

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

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