Searched refs:op_offset (Results 1 - 3 of 3) 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.c86 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op]; local
91 opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset);
95 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
99 opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset);
103 opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
111 opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset);
140 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op]; local
148 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset);
H A Dopl3_midi.c309 unsigned char op_offset; local
477 op_offset = snd_opl3_regmap[voice_offset][i];
481 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
486 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
491 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
496 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
501 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
H A Dopl3_synth.c449 unsigned char op_offset; local
475 op_offset = snd_opl3_regmap[voice_offset][voice->op];
494 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
503 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
512 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
521 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
542 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);

Completed in 33 milliseconds