Searched refs:OPL3_TOTAL_LEVEL_MASK (Results 1 - 3 of 3) 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.c74 oldvol = OPL3_TOTAL_LEVEL_MASK - (*volbyte & OPL3_TOTAL_LEVEL_MASK);
77 if (newvol > OPL3_TOTAL_LEVEL_MASK)
78 newvol = OPL3_TOTAL_LEVEL_MASK;
82 n = OPL3_TOTAL_LEVEL_MASK - (newvol & OPL3_TOTAL_LEVEL_MASK);
84 *volbyte = (*volbyte & OPL3_KSL_MASK) | (n & OPL3_TOTAL_LEVEL_MASK);
H A Dopl3_synth.c381 opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 1 volume */
383 opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 2 volume */
500 reg_val |= ~voice->volume & OPL3_TOTAL_LEVEL_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h125 #define OPL3_TOTAL_LEVEL_MASK 0x3f /* Strength (volume) of OP */ macro

Completed in 40 milliseconds