Home
last modified time | relevance | path

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

/linux/sound/drivers/opl3/
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()
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()
439 unsigned short reg_side; in snd_opl3_set_voice() local
458 reg_side = OPL3_LEFT; in snd_opl3_set_voice()
462 reg_side = OPL3_RIGHT; in snd_opl3_set_voice()
487 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_set_voice()
[all …]
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()
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()
606 unsigned short reg_side; in snd_opl3_kill_voice() local
618 reg_side = OPL3_LEFT; in snd_opl3_kill_voice()
622 reg_side = OPL3_RIGHT; in snd_opl3_kill_voice()
725 unsigned short reg_side; in snd_opl3_update_pitch() local
742 reg_side = OPL3_LEFT; in snd_opl3_update_pitch()
[all …]

Completed in 10 milliseconds