Home
last modified time | relevance | path

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

/sound/drivers/opl4/
Dopl4_local.h139 u8 vibrato; member
Dopl4_synth.c410 depth = (7 - voice->sound->vibrato) in snd_opl4_update_vibrato_depth()
412 depth = (depth >> 7) + voice->sound->vibrato; in snd_opl4_update_vibrato_depth()
/sound/drivers/opl3/
Dopl3_synth.c486 if (voice->vibrato) in snd_opl3_set_voice()