summaryrefslogtreecommitdiffstats
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:47:07 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-12-11 18:08:13 -0200
commit78f3b0b672c79df9ffa55399a7d6fc4b173e9b4b (patch)
treea812b2baa98b2d1f6da918df60e86f7be2489813 /drivers/media/dvb/frontends/zl10353.h
parent820eacd84cff23b76693f4be1e28feb672f4488f (diff)
downloadop-kernel-dev-78f3b0b672c79df9ffa55399a7d6fc4b173e9b4b.zip
op-kernel-dev-78f3b0b672c79df9ffa55399a7d6fc4b173e9b4b.tar.gz
V4L/DVB (6629): zl10353: fix default adc_clock and TRL nominal rate calculation
The default adc_clock for the zl10353 is different from what was originally thought to be the case and the TRL nominal rate formula was incorrect as a result. Use a better (and hopefully now correct) formula. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.h b/drivers/media/dvb/frontends/zl10353.h
index cb274dc..1c3d494 100644
--- a/drivers/media/dvb/frontends/zl10353.h
+++ b/drivers/media/dvb/frontends/zl10353.h
@@ -30,7 +30,7 @@ struct zl10353_config
u8 demod_address;
/* frequencies in kHz */
- int adc_clock; // default: 22528
+ int adc_clock; /* default: 45056 */
/* set if no pll is connected to the secondary i2c bus */
int no_tuner;
OpenPOWER on IntegriCloud