Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl3/
H A Dopl3_drums.c91 opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_drum_voice_set()
142 opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_drum_vol_set()
H A Dopl3_midi.c499 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_note_on()
511 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + in snd_opl3_note_on()
H A Dopl3_synth.c530 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_set_voice()
/openbmc/linux/include/sound/
H A Dopl3.h157 #define OPL3_REG_FEEDBACK_CONNECTION 0xc0 macro