Searched refs:OPL3_DECAY_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/sound/ | ||
D | opl3.h | 114 #define OPL3_DECAY_MASK 0x0f macro |
/Linux-v5.10/sound/drivers/opl3/ | ||
D | opl3_synth.c | 502 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice() |