Searched refs:op_offset (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.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_synth.c285 unsigned char op_offset; local
311 op_offset = snd_opl3_regmap[voice_offset][voice->op];
330 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
339 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
348 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
357 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
378 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
H A Dopl3_midi.c305 unsigned char op_offset; local
476 op_offset = snd_opl3_regmap[voice_offset][i];
480 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
485 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
490 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
495 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
500 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);

Completed in 47 milliseconds