aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda10048.h
diff options
context:
space:
mode:
authorJose Alberto Reguero <jareguero@telefonica.net>2011-08-08 06:35:35 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-08-27 10:44:49 -0400
commitc9f88aa976b79a26561fb7754a1e0e00ff7626fe (patch)
tree2fc06e5847a87b337ff503a0515b675832a5940f /drivers/media/dvb/frontends/tda10048.h
parent84b271488dcd2499e9d2c7cfa2abacfd4c5cd744 (diff)
[media] ttusb2: add support for the dvb-t part of CT-3650 v3
Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/tda10048.h')
-rw-r--r--drivers/media/dvb/frontends/tda10048.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda10048.h b/drivers/media/dvb/frontends/tda10048.h
index 8828ceaf74bb..fb2ef5ac9487 100644
--- a/drivers/media/dvb/frontends/tda10048.h
+++ b/drivers/media/dvb/frontends/tda10048.h
@@ -51,6 +51,7 @@ struct tda10048_config {
51#define TDA10048_IF_4300 4300 51#define TDA10048_IF_4300 4300
52#define TDA10048_IF_4500 4500 52#define TDA10048_IF_4500 4500
53#define TDA10048_IF_4750 4750 53#define TDA10048_IF_4750 4750
54#define TDA10048_IF_5000 5000
54#define TDA10048_IF_36130 36130 55#define TDA10048_IF_36130 36130
55 u16 dtv6_if_freq_khz; 56 u16 dtv6_if_freq_khz;
56 u16 dtv7_if_freq_khz; 57 u16 dtv7_if_freq_khz;
@@ -62,6 +63,13 @@ struct tda10048_config {
62 63
63 /* Disable I2C gate access */ 64 /* Disable I2C gate access */
64 u8 disable_gate_access; 65 u8 disable_gate_access;
66
67 bool no_firmware;
68
69 bool set_pll;
70 u8 pll_m;
71 u8 pll_p;
72 u8 pll_n;
65}; 73};
66 74
67#if defined(CONFIG_DVB_TDA10048) || \ 75#if defined(CONFIG_DVB_TDA10048) || \