Home
last modified time | relevance | path

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

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