Searched refs:OPL3_ATTACK_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/include/sound/ | ||
A D | opl3.h | 113 #define OPL3_ATTACK_MASK 0xf0 macro |
/linux/sound/drivers/opl3/ | ||
A D | opl3_synth.c | 500 reg_val = (voice->attack << 4) & OPL3_ATTACK_MASK; in snd_opl3_set_voice() |
Completed in 5 milliseconds