Home
last modified time | relevance | path

Searched refs:OPL3_REG_FNUM_LOW (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
Dopl3.h153 #define OPL3_REG_FNUM_LOW 0xa0 macro
/linux-4.4.14/sound/drivers/opl3/
Dopl3_drums.c125 opl3_reg = OPL3_LEFT | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_drum_note_set()
Dopl3_midi.c550 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_note_on()
777 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_update_pitch()
Dopl3_synth.c427 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()