Lines Matching defs:synth
177 synth :1,
228 struct snd_alidev synth;
519 if (codec->synth.chcnt >= ALI_CHANNELS){
525 if (!(codec->synth.chmap & (1 << idx))) {
526 codec->synth.chmap |= 1 << idx;
527 codec->synth.chcnt++;
592 if (!(codec->synth.chmap & (1 << idx))) {
598 codec->synth.chmap &= ~(1 << idx);
599 codec->synth.chcnt--;
848 pvoice = &codec->synth.voices[channel];
867 } else if (codec->synth.voices[channel].synth) {
868 /* synth interrupt */
869 } else if (codec->synth.voices[channel].midi) {
926 pvoice = &(codec->synth.voices[idx]);
956 pvoice->use = pvoice->pcm = pvoice->synth = 0;
2101 codec->synth.chmap = 0;
2102 codec->synth.chcnt = 0;
2104 codec->synth.synthcount = 0;
2144 /* initialise synth voices*/
2146 codec->synth.voices[i].number = i;