Searched refs:OPL3_LEFT (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/drivers/opl3/
H A Dopl3_drums.c75 opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset);
79 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
83 opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset);
87 opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
91 opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
95 opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset);
109 opl3_reg = OPL3_LEFT | (OPL3_REG_FNUM_LOW + voice_offset);
113 opl3_reg = OPL3_LEFT | (OPL3_REG_KEYON_BLOCK + voice_offset);
132 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
142 opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTIO
[all...]
H A Dopl3_lib.c90 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
92 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
99 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 0xff);
101 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER2_MASK | OPL3_TIMER1_START);
107 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_TIMER1_MASK | OPL3_TIMER2_MASK);
109 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, OPL3_IRQ_RESET);
155 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER1, 256 - ticks); /* timer 1 count */
156 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* enable timer 1 IRQ */
171 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* disable timer #1 */
192 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER
[all...]
H A Dopl3_synth.c364 reg_side = OPL3_LEFT;
383 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TEST, OPL3_ENABLE_WAVE_SELECT);
384 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, 0x00); /* Melodic mode */
407 reg_side = OPL3_LEFT;
458 reg_side = OPL3_LEFT;
549 opl3->command(opl3, OPL3_LEFT | OPL3_REG_KBD_SPLIT, reg_val);
577 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, reg_val);
H A Dopl3_midi.c381 reg_side = OPL3_LEFT;
618 reg_side = OPL3_LEFT;
742 reg_side = OPL3_LEFT;
817 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
825 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION,
H A Dopl3_seq.c105 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, opl3->drum_reg);
/linux-master/include/sound/
H A Dopl3.h202 #define OPL3_LEFT 0x0000 macro

Completed in 196 milliseconds