Przeglądaj źródła

e4k: disable DC offset correction

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

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Steve Markgraf 13 lat temu
rodzic
commit
35729e7ee4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/tuner_e4000.c

+ 2 - 2
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;