Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/
Dopl3.h64 #define OPL3_LEFT_4OP_0 0x01 macro
/linux-5.19.10/sound/drivers/opl3/
Dopl3_synth.c602 OPL3_LEFT_4OP_0 | OPL3_LEFT_4OP_1 | OPL3_LEFT_4OP_2); in snd_opl3_set_connection()
Dopl3_midi.c383 connect_mask = (OPL3_LEFT_4OP_0 << voice_offset) & 0x07; in snd_opl3_note_on()