Home
last modified time | relevance | path

Searched refs:drum_reg (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_drums.c175 if (!(opl3->drum_reg & OPL3_PERCUSSION_ENABLE)) in snd_opl3_drum_switch()
204 opl3->drum_reg |= drum_mask; in snd_opl3_drum_switch()
206 opl3->drum_reg &= ~drum_mask; in snd_opl3_drum_switch()
209 opl3->drum_reg); in snd_opl3_drum_switch()
H A Dopl3_seq.c103 opl3->drum_reg = OPL3_PERCUSSION_ENABLE; in snd_opl3_synth_use()
104 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg); in snd_opl3_synth_use()
106 opl3->drum_reg = 0x00; in snd_opl3_synth_use()
H A Dopl3_midi.c815 opl3->drum_reg |= OPL3_VIBRATO_DEPTH; in snd_opl3_control()
817 opl3->drum_reg &= ~OPL3_VIBRATO_DEPTH; in snd_opl3_control()
819 opl3->drum_reg); in snd_opl3_control()
823 opl3->drum_reg |= OPL3_TREMOLO_DEPTH; in snd_opl3_control()
825 opl3->drum_reg &= ~OPL3_TREMOLO_DEPTH; in snd_opl3_control()
827 opl3->drum_reg); in snd_opl3_control()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_drums.c175 if (!(opl3->drum_reg & OPL3_PERCUSSION_ENABLE)) in snd_opl3_drum_switch()
204 opl3->drum_reg |= drum_mask; in snd_opl3_drum_switch()
206 opl3->drum_reg &= ~drum_mask; in snd_opl3_drum_switch()
209 opl3->drum_reg); in snd_opl3_drum_switch()
H A Dopl3_seq.c104 opl3->drum_reg = OPL3_PERCUSSION_ENABLE; in snd_opl3_synth_use()
105 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg); in snd_opl3_synth_use()
107 opl3->drum_reg = 0x00; in snd_opl3_synth_use()
H A Dopl3_midi.c814 opl3->drum_reg |= OPL3_VIBRATO_DEPTH; in snd_opl3_control()
816 opl3->drum_reg &= ~OPL3_VIBRATO_DEPTH; in snd_opl3_control()
818 opl3->drum_reg); in snd_opl3_control()
822 opl3->drum_reg |= OPL3_TREMOLO_DEPTH; in snd_opl3_control()
824 opl3->drum_reg &= ~OPL3_TREMOLO_DEPTH; in snd_opl3_control()
826 opl3->drum_reg); in snd_opl3_control()
/kernel/linux/linux-5.10/include/sound/
H A Dopl3.h327 unsigned char drum_reg; /* percussion reg shadow */ member
/kernel/linux/linux-6.6/include/sound/
H A Dopl3.h327 unsigned char drum_reg; /* percussion reg shadow */ member

Completed in 6 milliseconds