Home
last modified time | relevance | path

Searched refs:key_scaling (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/drivers/opl4/
H A Dopl4_local.h137 u8 key_scaling; member
H A Dopl4_synth.c430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); in snd_opl4_update_pitch()