e4k: disable DC offset correction

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

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-04-20 23:35:16 +02:00
parent dd68eb2d22
commit 35729e7ee4
1 changed files with 2 additions and 2 deletions

View File

@ -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;