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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_synth.c305 opl4->voices[i].reg_misc & ~OPL4_KEY_ON_BIT);
398 voice->reg_misc = (voice->reg_misc & ~OPL4_PAN_POT_MASK)
400 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
527 voice[i]->reg_misc = OPL4_LFO_RESET_BIT;
548 voice[i]->reg_misc =
549 (voice[i]->reg_misc & 0x1f) | OPL4_KEY_ON_BIT;
551 voice[i]->reg_misc);
561 voice->reg_misc &= ~OPL4_KEY_ON_BIT;
562 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
[all...]
H A Dopl4_local.h168 u8 reg_misc; member in struct:opl4_voice

Completed in 88 milliseconds