pcmadd
void pcmadd(struct pcms *, struct pcms *);
pcmadd(&pcm[i], p);
pcmadd(&pcm[j], &pcm[i]);
pcmadd(&pcmtmp, &pcm[i]);