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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_drums.c191 if (!(opl3->drum_reg & OPL3_PERCUSSION_ENABLE))
220 opl3->drum_reg |= drum_mask;
222 opl3->drum_reg &= ~drum_mask;
225 opl3->drum_reg);
H A Dopl3_seq.c116 opl3->drum_reg = OPL3_PERCUSSION_ENABLE;
117 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg);
119 opl3->drum_reg = 0x00;
H A Dopl3_midi.c834 opl3->drum_reg |= OPL3_VIBRATO_DEPTH;
836 opl3->drum_reg &= ~OPL3_VIBRATO_DEPTH;
838 opl3->drum_reg);
842 opl3->drum_reg |= OPL3_TREMOLO_DEPTH;
844 opl3->drum_reg &= ~OPL3_TREMOLO_DEPTH;
846 opl3->drum_reg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h345 unsigned char drum_reg; /* percussion reg shadow */ member in struct:snd_opl3

Completed in 80 milliseconds