Searched refs:snd_opl4_volume_table (Results 1 – 1 of 1) sorted by relevance
251 static const unsigned char snd_opl4_volume_table[128] = { variable374 att += snd_opl4_volume_table[opl4->chset->gs_master_volume & 0x7f]; in snd_opl4_update_volume()375 att += snd_opl4_volume_table[voice->chan->gm_volume & 0x7f]; in snd_opl4_update_volume()376 att += snd_opl4_volume_table[voice->chan->gm_expression & 0x7f]; in snd_opl4_update_volume()377 att += snd_opl4_volume_table[voice->velocity]; in snd_opl4_update_volume()