[LAD] G++ trouble -- correction

From: Fons Adriaensen <fons@email-addr-hidden>
Date: Mon Nov 16 2020 - 10:54:00 EET

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
Received on Tue Nov 17 04:15:02 2020

This archive was generated by hypermail 2.1.8 : Tue Nov 17 2020 - 04:15:02 EET