Commit fc8d9864 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

follow-up : fix conflicting types

parent 205dcb45
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6695,7 +6695,11 @@ void wb_tbe_extras_reset_synth_fx(
 *-------------------------------------------------------------------*/

void elliptic_bpf_48k_generic_fx(
#ifdef FIX_1439_SIMPLIFY_elliptic_bpf_48k_generic
    Word16 input_fx[], /* i  : input signal                             Q_input_fx*/
#else
    const Word16 input_fx[], /* i  : input signal                             Q_input_fx*/
#endif
    Word16 *Q_input_fx,
    Word16 output_fx[],     /* o  : output signal                              memory_fx_Q */
    Word32 memory_fx2[][4], /* i/o: 4 arrays of 4 for memory                    */