Searched refs:opl3_reg (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_drums.c88 unsigned short opl3_reg; local
91 opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset);
92 opl3->command(opl3, opl3_reg, data->am_vib);
95 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
96 opl3->command(opl3, opl3_reg, data->ksl_level);
99 opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset);
100 opl3->command(opl3, opl3_reg, data->attack_decay);
103 opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
104 opl3->command(opl3, opl3_reg, data->sustain_release);
107 opl3_reg
122 unsigned short opl3_reg; local
143 unsigned short opl3_reg; local
[all...]
H A Dopl3_synth.c195 unsigned short opl3_reg; local
216 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
217 opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 1 volume */
218 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
219 opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 2 volume */
221 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
222 opl3->command(opl3, opl3_reg, 0x00); /* Note off */
240 unsigned short opl3_reg; local
262 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
263 opl3->command(opl3, opl3_reg, reg_va
288 unsigned short opl3_reg; local
[all...]
H A Dopl3_midi.c307 unsigned short opl3_reg; local
407 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
409 opl3->command(opl3, opl3_reg, reg_val);
414 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
417 opl3->command(opl3, opl3_reg, reg_val);
426 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
427 opl3->command(opl3, opl3_reg, opl3->connection_reg);
433 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
434 opl3->command(opl3, opl3_reg, opl3->connection_reg);
480 opl3_reg
623 unsigned short opl3_reg; local
741 unsigned short opl3_reg; local
[all...]

Completed in 75 milliseconds