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) {
282 struct snd_opl3_voice *vp, *vp2;
400 vp2 = &opl3->voices[voice + 3];
401 if (vp2->state > 0) {
568 vp2 = &opl3->voices[voice + 3];
569 vp2->time = opl3->use_time++;
570 vp2->note = key;
571 vp2->chan = chan;
572 vp2->state = SNDRV_OPL3_ST_NOT_AVAIL;
576 vp2 = &opl3->voices[voice + 3];
577 vp2->time = opl3->use_time++;
578 vp2->state = SNDRV_OPL3_ST_OFF;
611 struct snd_opl3_voice *vp, *vp2;
639 vp2 = &opl3->voices[voice + 3];
641 vp2->time = opl3->use_time++;
642 vp2->state = SNDRV_OPL3_ST_OFF;