Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dopl3.h143 #define OPL3_FNUM_HIGH_MASK 0x03 macro
/linux/sound/drivers/opl3/
H A Dopl3_synth.c425 reg_val |= (unsigned char) (note->fnum >> 8) & OPL3_FNUM_HIGH_MASK; in snd_opl3_play_note()