Lines Matching defs:evoice
1074 struct snd_ali_voice *pvoice, *evoice;
1095 evoice = pvoice->extra;
1097 if (evoice == NULL)
1100 whati |= 1 << (evoice->number & 0x1f);
1101 what |= 1 << (evoice->number & 0x1f);
1105 if (evoice != NULL)
1106 evoice->running = 1;
1109 if (evoice != NULL)
1110 evoice->running = 0;
1138 struct snd_ali_voice *evoice = pvoice->extra;
1144 if (!evoice) {
1145 evoice = snd_ali_alloc_voice(codec,
1148 if (!evoice)
1150 pvoice->extra = evoice;
1151 evoice->substream = substream;
1154 if (evoice) {
1155 snd_ali_free_voice(codec, evoice);
1156 pvoice->extra = evoice = NULL;
1168 struct snd_ali_voice *evoice = pvoice ? pvoice->extra : NULL;
1170 if (evoice) {
1171 snd_ali_free_voice(codec, evoice);
1182 struct snd_ali_voice *evoice = pvoice->extra;
1248 if (evoice) {
1249 evoice->count = pvoice->count;
1250 evoice->eso = pvoice->count << 1;
1251 ESO = evoice->eso - 1;
1253 evoice->number,