Lines Matching refs:vp2
129 struct snd_opl3_voice *vp, *vp2;
179 vp2 = &opl3->voices[i + 3];
180 if (vp2->state == SNDRV_OPL3_ST_ON_2OP) {
183 voice_time = max(voice_time, vp2->time);
281 struct snd_opl3_voice *vp, *vp2;
399 vp2 = &opl3->voices[voice + 3];
400 if (vp2->state > 0) {
567 vp2 = &opl3->voices[voice + 3];
568 vp2->time = opl3->use_time++;
569 vp2->note = key;
570 vp2->chan = chan;
571 vp2->state = SNDRV_OPL3_ST_NOT_AVAIL;
575 vp2 = &opl3->voices[voice + 3];
576 vp2->time = opl3->use_time++;
577 vp2->state = SNDRV_OPL3_ST_OFF;
610 struct snd_opl3_voice *vp, *vp2;
638 vp2 = &opl3->voices[voice + 3];
640 vp2->time = opl3->use_time++;
641 vp2->state = SNDRV_OPL3_ST_OFF;