Searched refs:reg_side (Results 1 – 2 of 2) sorted by relevance
364 unsigned short reg_side; in snd_opl3_reset() local376 reg_side = OPL3_LEFT; in snd_opl3_reset()380 reg_side = OPL3_RIGHT; in snd_opl3_reset()383 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); in snd_opl3_reset()385 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); in snd_opl3_reset()388 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_reset()404 unsigned short reg_side; in snd_opl3_play_note() local419 reg_side = OPL3_LEFT; in snd_opl3_play_note()423 reg_side = OPL3_RIGHT; in snd_opl3_play_note()429 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()[all …]
303 unsigned short reg_side; in snd_opl3_note_on() local396 reg_side = OPL3_LEFT; in snd_opl3_note_on()401 reg_side = OPL3_RIGHT; in snd_opl3_note_on()409 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()416 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()482 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()487 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()492 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()497 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()502 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()[all …]