Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/opl3/
Dopl3_synth.c361 unsigned short reg_side; in snd_opl3_reset() local
373 reg_side = OPL3_LEFT; in snd_opl3_reset()
377 reg_side = OPL3_RIGHT; in snd_opl3_reset()
380 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); in snd_opl3_reset()
382 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); in snd_opl3_reset()
385 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_reset()
401 unsigned short reg_side; in snd_opl3_play_note() local
416 reg_side = OPL3_LEFT; in snd_opl3_play_note()
420 reg_side = OPL3_RIGHT; in snd_opl3_play_note()
426 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()
[all …]
Dopl3_midi.c308 unsigned short reg_side; in snd_opl3_note_on() local
395 reg_side = OPL3_LEFT; in snd_opl3_note_on()
400 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
408 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
415 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
481 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
486 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
491 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
496 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
501 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()
[all …]