Home
last modified time | relevance | path

Searched refs:snd_opl3_regmap (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/drivers/opl3/
H A Dopl3_synth.c38 char snd_opl3_regmap[MAX_OPL2_VOICES][4] = variable
55 EXPORT_SYMBOL(snd_opl3_regmap);
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()
468 op_offset = snd_opl3_regmap[voice_offset][voice_op]; in snd_opl3_set_voice()
H A Dopl3_drums.c70 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op]; in snd_opl3_drum_voice_set()
124 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op]; in snd_opl3_drum_vol_set()
H A Dopl3_voice.h42 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
H A Dopl3_midi.c463 op_offset = snd_opl3_regmap[voice_offset][i]; in snd_opl3_note_on()