Lines Matching refs:pvoice
68 struct snd_emu10k1_voice *pvoice)
70 if (pvoice->dirty)
71 snd_emu10k1_voice_init(emu, pvoice->number);
72 pvoice->interrupt = NULL;
73 pvoice->use = pvoice->dirty = pvoice->last = 0;
74 pvoice->epcm = NULL;
124 struct snd_emu10k1_voice *pvoice)
129 if (snd_BUG_ON(!pvoice))
133 last = pvoice->last;
134 voice_free(emu, pvoice++);