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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_midi.c308 unsigned short reg_side; local
395 reg_side = OPL3_LEFT;
400 reg_side = OPL3_RIGHT;
408 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
415 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
481 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
486 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
491 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
496 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
501 opl3_reg = reg_side | (OPL3_REG_WAVE_SELEC
620 unsigned short reg_side; local
745 unsigned short reg_side; local
[all...]
H A Dopl3_synth.c361 unsigned short reg_side; local
373 reg_side = OPL3_LEFT;
377 reg_side = OPL3_RIGHT;
380 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
382 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
385 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
401 unsigned short reg_side; local
416 reg_side = OPL3_LEFT;
420 reg_side = OPL3_RIGHT;
426 opl3_reg = reg_side | (OPL3_REG_FNUM_LO
448 unsigned short reg_side; local
[all...]

Completed in 27 milliseconds