Lines Matching defs:pvoice
3765 struct snd_trident_voice *pvoice;
3776 pvoice = &trident->synth.voices[idx];
3777 pvoice->use = 1;
3778 pvoice->pcm = 1;
3779 pvoice->capture = 0;
3780 pvoice->spdif = 0;
3781 pvoice->memblk = NULL;
3782 pvoice->substream = NULL;
3784 return pvoice;
3792 pvoice = &trident->synth.voices[idx];
3793 pvoice->use = 1;
3794 pvoice->synth = 1;
3795 pvoice->client = client;
3796 pvoice->port = port;
3797 pvoice->memblk = NULL;
3799 return pvoice;