Lines Matching defs:synth
176 synth :1,
227 struct snd_alidev synth;
518 if (codec->synth.chcnt >= ALI_CHANNELS){
524 if (!(codec->synth.chmap & (1 << idx))) {
525 codec->synth.chmap |= 1 << idx;
526 codec->synth.chcnt++;
591 if (!(codec->synth.chmap & (1 << idx))) {
597 codec->synth.chmap &= ~(1 << idx);
598 codec->synth.chcnt--;
847 pvoice = &codec->synth.voices[channel];
866 } else if (codec->synth.voices[channel].synth) {
867 /* synth interrupt */
868 } else if (codec->synth.voices[channel].midi) {
925 pvoice = &(codec->synth.voices[idx]);
955 pvoice->use = pvoice->pcm = pvoice->synth = 0;
2071 codec->synth.chmap = 0;
2072 codec->synth.chcnt = 0;
2074 codec->synth.synthcount = 0;
2105 /* initialise synth voices*/
2107 codec->synth.voices[i].number = i;