Home
last modified time | relevance | path

Searched refs:drum_reg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/drivers/opl3/
Dopl3_drums.c189 if (!(opl3->drum_reg & OPL3_PERCUSSION_ENABLE)) in snd_opl3_drum_switch()
218 opl3->drum_reg |= drum_mask; in snd_opl3_drum_switch()
220 opl3->drum_reg &= ~drum_mask; in snd_opl3_drum_switch()
223 opl3->drum_reg); in snd_opl3_drum_switch()
Dopl3_seq.c117 opl3->drum_reg = OPL3_PERCUSSION_ENABLE; in snd_opl3_synth_use()
118 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg); in snd_opl3_synth_use()
120 opl3->drum_reg = 0x00; in snd_opl3_synth_use()
Dopl3_midi.c829 opl3->drum_reg |= OPL3_VIBRATO_DEPTH; in snd_opl3_control()
831 opl3->drum_reg &= ~OPL3_VIBRATO_DEPTH; in snd_opl3_control()
833 opl3->drum_reg); in snd_opl3_control()
837 opl3->drum_reg |= OPL3_TREMOLO_DEPTH; in snd_opl3_control()
839 opl3->drum_reg &= ~OPL3_TREMOLO_DEPTH; in snd_opl3_control()
841 opl3->drum_reg); in snd_opl3_control()
/Linux-v4.19/include/sound/
Dopl3.h343 unsigned char drum_reg; /* percussion reg shadow */ member