Searched refs:key_scaling (Results 1 – 2 of 2) sorted by relevance
/linux/sound/drivers/opl4/ | ||
A D | opl4_local.h | 137 u8 key_scaling; member |
A D | opl4_synth.c | 430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); in snd_opl4_update_pitch() |
Completed in 7 milliseconds