Home
last modified time | relevance | path

Searched refs:reg_side (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/drivers/opl3/
Dopl3_synth.c352 unsigned short reg_side; in snd_opl3_reset() local
364 reg_side = OPL3_LEFT; in snd_opl3_reset()
368 reg_side = OPL3_RIGHT; in snd_opl3_reset()
371 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); in snd_opl3_reset()
373 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); in snd_opl3_reset()
376 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_reset()
392 unsigned short reg_side; in snd_opl3_play_note() local
407 reg_side = OPL3_LEFT; in snd_opl3_play_note()
411 reg_side = OPL3_RIGHT; in snd_opl3_play_note()
417 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()
[all …]
Dopl3_midi.c288 unsigned short reg_side; in snd_opl3_note_on() local
381 reg_side = OPL3_LEFT; in snd_opl3_note_on()
386 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
394 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
401 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
467 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
472 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
477 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
482 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
487 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()
[all …]