From d64c969bd6d9e56aa1424cbe719efce562120ee0 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Sun, 7 Oct 2012 02:32:14 +0200 Subject: tuner_r820t: improve tuning accuracy, allow freq correction We now use Hz instead of KHz for calculating the PLL parameters, and use the actual crystal frequency in Hz, which allows to correct the frequency error in ppm. Signed-off-by: Steve Markgraf --- include/tuner_r820t.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tuner_r820t.h b/include/tuner_r820t.h index 5d15bfe..10b8a1e 100644 --- a/include/tuner_r820t.h +++ b/include/tuner_r820t.h @@ -130,6 +130,7 @@ typedef enum _R828_GPIO_Type typedef struct _R828_Set_Info { + UINT32 RF_Hz; UINT32 RF_KHz; R828_Standard_Type R828_Standard; R828_LoopThrough_Type RT_Input; -- cgit v1.3.1