aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2012-10-07 02:32:14 +0200
committerSteve Markgraf <steve@steve-m.de>2012-10-07 02:32:14 +0200
commitd64c969bd6d9e56aa1424cbe719efce562120ee0 (patch)
tree83175413d9b17622d1d5f58cda8f3d2d41e24913 /include
parent4c58bf8b1a0b73db925d086cec36d4785004ab39 (diff)
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 <steve@steve-m.de>
Diffstat (limited to 'include')
-rw-r--r--include/tuner_r820t.h1
1 files changed, 1 insertions, 0 deletions
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;