Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dopl3.h159 #define OPL3_CONNECTION_BIT 0x01 macro
/linux-6.1.9/sound/drivers/opl3/
Dopl3_synth.c521 reg_val |= OPL3_CONNECTION_BIT; in snd_opl3_set_voice()
Dopl3_midi.c504 reg_val = fm->feedback_connection[1] & OPL3_CONNECTION_BIT; in snd_opl3_note_on()