Lines Matching defs:evoice
1073 struct snd_ali_voice *pvoice, *evoice;
1094 evoice = pvoice->extra;
1096 if (evoice == NULL)
1099 whati |= 1 << (evoice->number & 0x1f);
1100 what |= 1 << (evoice->number & 0x1f);
1104 if (evoice != NULL)
1105 evoice->running = 1;
1108 if (evoice != NULL)
1109 evoice->running = 0;
1137 struct snd_ali_voice *evoice = pvoice->extra;
1143 if (!evoice) {
1144 evoice = snd_ali_alloc_voice(codec,
1147 if (!evoice)
1149 pvoice->extra = evoice;
1150 evoice->substream = substream;
1153 if (evoice) {
1154 snd_ali_free_voice(codec, evoice);
1155 pvoice->extra = evoice = NULL;
1167 struct snd_ali_voice *evoice = pvoice ? pvoice->extra : NULL;
1169 if (evoice) {
1170 snd_ali_free_voice(codec, evoice);
1181 struct snd_ali_voice *evoice = pvoice->extra;
1247 if (evoice) {
1248 evoice->count = pvoice->count;
1249 evoice->eso = pvoice->count << 1;
1250 ESO = evoice->eso - 1;
1252 evoice->number,