Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/
Dopl3.h126 #define OPL3_REG_WAVE_SELECT 0xe0 macro
/linux-5.19.10/sound/drivers/opl3/
Dopl3_drums.c95 opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_drum_voice_set()
Dopl3_synth.c535 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_set_voice()
Dopl3_midi.c487 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()