module-equalizer-sink: switch back to reference dsp implementation - cpu usage doesn't really change and there may be

a bug in the vectorized version
This commit is contained in:
Jason Newton 2009-11-11 23:16:14 -08:00
parent c6c933b4ec
commit 1178f61280

View file

@ -340,7 +340,7 @@ static void sink_set_mute_cb(pa_sink *s) {
pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted);
}
#ifndef __SSE2__
#if 1
//reference implementation
static void dsp_logic(
float * restrict dst,//used as a temp array too, needs to be fft_length!