Lines Matching full:vp2
139 struct snd_opl3_voice *vp, *vp2;
189 vp2 = &opl3->voices[i + 3];
190 if (vp2->state == SNDRV_OPL3_ST_ON_2OP) {
193 voice_time = max(voice_time, vp2->time);
288 struct snd_opl3_voice *vp, *vp2;
395 vp2 = &opl3->voices[voice + 3];
396 if (vp2->state > 0) {
557 vp2 = &opl3->voices[voice + 3];
558 vp2->time = opl3->use_time++;
559 vp2->note = key;
560 vp2->chan = chan;
561 vp2->state = SNDRV_OPL3_ST_NOT_AVAIL;
565 vp2 = &opl3->voices[voice + 3];
566 vp2->time = opl3->use_time++;
567 vp2->state = SNDRV_OPL3_ST_OFF;
597 struct snd_opl3_voice *vp, *vp2;
623 vp2 = &opl3->voices[voice + 3];
625 vp2->time = opl3->use_time++;
626 vp2->state = SNDRV_OPL3_ST_OFF;