Home
last modified time | relevance | path

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

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