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

/linux-master/sound/drivers/opl3/
H A Dopl3_drums.c175 if (!(opl3->drum_reg & OPL3_PERCUSSION_ENABLE))
204 opl3->drum_reg |= drum_mask;
206 opl3->drum_reg &= ~drum_mask;
209 opl3->drum_reg);
H A Dopl3_seq.c104 opl3->drum_reg = OPL3_PERCUSSION_ENABLE;
105 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg);
107 opl3->drum_reg = 0x00;
H A Dopl3_midi.c814 opl3->drum_reg |= OPL3_VIBRATO_DEPTH;
816 opl3->drum_reg &= ~OPL3_VIBRATO_DEPTH;
818 opl3->drum_reg);
822 opl3->drum_reg |= OPL3_TREMOLO_DEPTH;
824 opl3->drum_reg &= ~OPL3_TREMOLO_DEPTH;
826 opl3->drum_reg);
/linux-master/include/sound/
H A Dopl3.h327 unsigned char drum_reg; /* percussion reg shadow */ member in struct:snd_opl3

Completed in 126 milliseconds