summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/zl10353.h
diff options
context:
space:
mode:
authorChris Pascoe <c.pascoe@itee.uq.edu.au>2007-11-19 03:55:45 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:02:21 -0200
commit794604c3efb511b74fb664af72c5dd7046e91075 (patch)
tree4f3ac779e68aa4e166cf6343f3d501a1e602a714 /drivers/media/dvb/frontends/zl10353.h
parent58d834ea89664b41e6e21ed2d8dc5680d0dd76b6 (diff)
V4L/DVB (6630): zl10353: calculate input frequency register instead of using hardcoded value
Now we know the zl10353's correct ADC clock, we can calculate the input frequency registers correctly instead of just blindly setting them. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353.h')
-rw-r--r--drivers/media/dvb/frontends/zl10353.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.h b/drivers/media/dvb/frontends/zl10353.h
index 1c3d494a6da9..2660cec93f83 100644
--- a/drivers/media/dvb/frontends/zl10353.h
+++ b/drivers/media/dvb/frontends/zl10353.h
@@ -1,7 +1,7 @@
/*
* Driver for Zarlink DVB-T ZL10353 demodulator
*
- * Copyright (C) 2006 Christopher Pascoe <c.pascoe@itee.uq.edu.au>
+ * Copyright (C) 2006, 2007 Christopher Pascoe <c.pascoe@itee.uq.edu.au>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -31,6 +31,7 @@ struct zl10353_config
/* frequencies in kHz */
int adc_clock; /* default: 45056 */
+ int if2; /* default: 36167 */
/* set if no pll is connected to the secondary i2c bus */
int no_tuner;