Searched refs:reg_side (Results 1 – 1 of 1) sorted by relevance
350 unsigned short reg_side; in snd_opl3_reset() local362 reg_side = OPL3_LEFT; in snd_opl3_reset()366 reg_side = OPL3_RIGHT; in snd_opl3_reset()369 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); in snd_opl3_reset()371 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); in snd_opl3_reset()374 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_reset()390 unsigned short reg_side; in snd_opl3_play_note() local405 reg_side = OPL3_LEFT; in snd_opl3_play_note()409 reg_side = OPL3_RIGHT; in snd_opl3_play_note()415 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()[all …]