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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_synth.c44 char snd_opl3_regmap[MAX_OPL2_VOICES][4] = variable
61 EXPORT_SYMBOL(snd_opl3_regmap); variable
216 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
218 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
311 op_offset = snd_opl3_regmap[voice_offset][voice->op];
H A Dopl3_drums.c24 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
86 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op];
140 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op];
H A Dopl3_midi.c28 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];
476 op_offset = snd_opl3_regmap[voice_offset][i];
H A Dopl3_lib.c38 extern char snd_opl3_regmap[MAX_OPL2_VOICES][4];

Completed in 67 milliseconds