Home
last modified time | relevance | path

Searched refs:OPL3_RIGHT_4OP_0 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/sound/
Dopl3.h67 #define OPL3_RIGHT_4OP_0 0x08 macro
/linux-5.19.10/sound/drivers/opl3/
Dopl3_synth.c601 reg_val = connection & (OPL3_RIGHT_4OP_0 | OPL3_RIGHT_4OP_1 | OPL3_RIGHT_4OP_2 | in snd_opl3_set_connection()
Dopl3_midi.c388 connect_mask = (OPL3_RIGHT_4OP_0 << voice_offset) & 0x38; in snd_opl3_note_on()