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.c350 unsigned short reg_side; in snd_opl3_reset() local
362 reg_side = OPL3_LEFT; in snd_opl3_reset()
366 reg_side = OPL3_RIGHT; in snd_opl3_reset()
390 unsigned short reg_side; in snd_opl3_play_note() local
405 reg_side = OPL3_LEFT; in snd_opl3_play_note()
409 reg_side = OPL3_RIGHT; in snd_opl3_play_note()
437 unsigned short reg_side; in snd_opl3_set_voice() local
456 reg_side = OPL3_LEFT; in snd_opl3_set_voice()
460 reg_side = OPL3_RIGHT; in snd_opl3_set_voice()
485 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_set_voice()
[all …]
A Dopl3_midi.c299 unsigned short reg_side; in snd_opl3_note_on() local
388 reg_side = OPL3_LEFT; in snd_opl3_note_on()
393 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
408 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
470 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
605 unsigned short reg_side; in snd_opl3_kill_voice() local
617 reg_side = OPL3_LEFT; in snd_opl3_kill_voice()
621 reg_side = OPL3_RIGHT; in snd_opl3_kill_voice()
716 unsigned short reg_side; in snd_opl3_update_pitch() local
733 reg_side = OPL3_LEFT; in snd_opl3_update_pitch()
[all …]

Completed in 7 milliseconds