Hello again,

This is the correct version:

(I typed this in manually instead of copy/paste...)

    const float *c;

    switch (fsam)
    {
    case 44100:
        c = svcoeff44;
        break;
    case 48000:
         c = svcoeff48;
         break;
    ...
    }

Ciao,

-- 
FA

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to