vibrato_LFO      1114 dev/pci/emuxki.c 	chan->vibrato_LFO.state = 0x8000;
vibrato_LFO      1115 dev/pci/emuxki.c 	chan->vibrato_LFO.modulation_depth = 0x00;	/* none */
vibrato_LFO      1116 dev/pci/emuxki.c 	chan->vibrato_LFO.vibrato_depth = 0x00;
vibrato_LFO      1117 dev/pci/emuxki.c 	chan->vibrato_LFO.frequency = 0x00;	/* Why set to 24 when
vibrato_LFO      1271 dev/pci/emuxki.c 		chan->vibrato_LFO.state);
vibrato_LFO      1273 dev/pci/emuxki.c 		(chan->vibrato_LFO.modulation_depth << 8) |
vibrato_LFO      1278 dev/pci/emuxki.c 		(chan->vibrato_LFO.vibrato_depth << 8) |
vibrato_LFO      1279 dev/pci/emuxki.c 		chan->vibrato_LFO.frequency);
vibrato_LFO       173 dev/pci/emuxkivar.h 	struct emuxki_chanparms_vibrato_LFO vibrato_LFO;