Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dopl3.h113 #define OPL3_ATTACK_MASK 0xf0 macro
/linux-6.1.9/sound/drivers/opl3/
Dopl3_synth.c500 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK; in snd_opl3_set_voice()