Lines Matching defs:pvoice
50 struct snd_emu10k1_voice *pvoice = emu->voices;
57 if (pvoice->use && pvoice->interrupt != NULL) {
58 pvoice->interrupt(emu, pvoice);
65 pvoice++;
72 if (pvoice->use && pvoice->interrupt != NULL) {
73 pvoice->interrupt(emu, pvoice);
80 pvoice++;
144 struct snd_emu10k1_voice *pvoice = &(emu->p16v_voices[0]);
150 if(pvoice->use) {
151 snd_pcm_period_elapsed(pvoice->epcm->substream);
154 "p16v: status: 0x%08x, mask=0x%08x, pvoice=%p, use=%d\n",
155 status2, mask, pvoice,
156 pvoice->use);