Home
last modified time | relevance | path

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

/linux-6.1.9/sound/drivers/opl4/
Dopl4_seq.c44 int volume_boost = 8; variable
46 module_param(volume_boost, int, 0644);
47 MODULE_PARM_DESC(volume_boost, "Additional volume for OPL4 wavetable sounds.");
Dopl4_local.h220 extern int volume_boost;
Dopl4_synth.c378 att = 0x7f - (0x7f - att) * (voice->sound->volume_factor) / 0xfe - volume_boost; in snd_opl4_update_volume()