e4k: disable DC offset correction

This was causing the 'pulsing' of the DC offset spike.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
master
Steve Markgraf 12 years ago
parent dd68eb2d22
commit 35729e7ee4
  1. 4
      src/tuner_e4000.c

@ -103,10 +103,10 @@ e4000_Initialize(void *pTuner
if(Qpeak(pTuner) != E4000_1_SUCCESS)
goto error_status_execute_function;
#if 0
if(DCoffloop(pTuner) != E4000_1_SUCCESS)
goto error_status_execute_function;
#endif
if(GainControlinit(pTuner) != E4000_1_SUCCESS)
goto error_status_execute_function;

Loading…
Cancel
Save