summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-ci.c
diff options
context:
space:
mode:
authorManu Abraham2008-03-04 23:19:58 +0100
committerMauro Carvalho Chehab2008-12-29 20:53:23 +0100
commitb91a7cb026124951a34e41f8481f1a4fb754983e (patch)
treed6511485df7ec01e8c8a95418effe883752ab9db /drivers/media/dvb/ttpci/budget-ci.c
parentV4L/DVB (9461): Initialize SYSREG register (diff)
downloadkernel-qcow2-linux-b91a7cb026124951a34e41f8481f1a4fb754983e.tar.gz
kernel-qcow2-linux-b91a7cb026124951a34e41f8481f1a4fb754983e.tar.xz
kernel-qcow2-linux-b91a7cb026124951a34e41f8481f1a4fb754983e.zip
V4L/DVB (9462): Allow specifying clock per device
Optimizations galore: Blistering barnacles! The KNC1 and friends like 90 Mhz clock much better rather than running at a higher throttle, for almost similar hardware. he exact cause unknown, possibly due to a lower voltage applied for the demod power supply. Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index ebe8210b123d..497f584e1bd6 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -1312,6 +1312,9 @@ static struct stb0899_config tt3200_config = {
.xtal_freq = 27000000,
.inversion = IQ_SWAP_ON, /* 1 */
+ .lo_clk = 76500000,
+ .hi_clk = 99000000,
+
.esno_ave = STB0899_DVBS2_ESNO_AVE,
.esno_quant = STB0899_DVBS2_ESNO_QUANT,
.avframes_coarse = STB0899_DVBS2_AVFRAMES_COARSE,