瀏覽代碼

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 年之前
父節點
當前提交
35729e7ee4
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;