Searched refs:OPL3_SUSTAIN_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/include/sound/ | ||
H A D | opl3.h | 120 #define OPL3_SUSTAIN_MASK 0xf0 macro |
/linux/sound/drivers/opl3/ | ||
H A D | opl3_synth.c | 507 reg_val = (voice->sustain << 4) & OPL3_SUSTAIN_MASK; in snd_opl3_set_voice() |