summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2012-04-20 23:35:16 +0200
committerSteve Markgraf <steve@steve-m.de>2012-04-20 23:35:16 +0200
commit35729e7ee431c59ddca8c769fa2464baa584ec98 (patch)
treec594f9cc690d03e1cbc8768169651c953bed8649 /src
parentdd68eb2d22e612f420c3f3b6a110db9ed6f149a8 (diff)
e4k: disable DC offset correction
This was causing the 'pulsing' of the DC offset spike. Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src')
-rw-r--r--src/tuner_e4000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tuner_e4000.c b/src/tuner_e4000.c
index ae14dfc..60ca91a 100644
--- a/src/tuner_e4000.c
+++ b/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;