Searched refs:OPL4_KEY_ON_BIT (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/opl4/
H A Dopl4_local.h83 #define OPL4_KEY_ON_BIT 0x80 macro
H A Dopl4_synth.c305 opl4->voices[i].reg_misc & ~OPL4_KEY_ON_BIT);
549 (voice[i]->reg_misc & 0x1f) | OPL4_KEY_ON_BIT;
561 voice->reg_misc &= ~OPL4_KEY_ON_BIT;
577 voice->reg_misc = (voice->reg_misc & ~OPL4_KEY_ON_BIT) | OPL4_DAMP_BIT;

Completed in 56 milliseconds