Home
last modified time | relevance | path

Searched refs:reg_side (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/opl3/
H A 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_LO in snd_opl3_play_note()
439 unsigned short reg_side; snd_opl3_set_voice() local
[all...]
H A Dopl3_midi.c289 unsigned short reg_side; in snd_opl3_note_on() local
382 reg_side = OPL3_LEFT; in snd_opl3_note_on()
387 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
395 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
402 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
468 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
473 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
478 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
483 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
488 opl3_reg = reg_side | (OPL3_REG_WAVE_SELEC in snd_opl3_note_on()
607 unsigned short reg_side; snd_opl3_kill_voice() local
726 unsigned short reg_side; snd_opl3_update_pitch() local
[all...]
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A 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_LO in snd_opl3_play_note()
439 unsigned short reg_side; snd_opl3_set_voice() local
[all...]
H A 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_SELEC in snd_opl3_note_on()
606 unsigned short reg_side; snd_opl3_kill_voice() local
725 unsigned short reg_side; snd_opl3_update_pitch() local
[all...]

Completed in 8 milliseconds