Lines Matching defs:pvoice
3749 struct snd_trident_voice *pvoice;
3760 pvoice = &trident->synth.voices[idx];
3761 pvoice->use = 1;
3762 pvoice->pcm = 1;
3763 pvoice->capture = 0;
3764 pvoice->spdif = 0;
3765 pvoice->memblk = NULL;
3766 pvoice->substream = NULL;
3768 return pvoice;
3776 pvoice = &trident->synth.voices[idx];
3777 pvoice->use = 1;
3778 pvoice->synth = 1;
3779 pvoice->client = client;
3780 pvoice->port = port;
3781 pvoice->memblk = NULL;
3783 return pvoice;