aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/drxk.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-01-21 05:57:06 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-21 10:46:39 -0500
commitd585681374ed23a707b572a1199d510e518d7522 (patch)
tree04777e1b2e9c5fd3a78890e19bb1a64a476d2966 /drivers/media/dvb/frontends/drxk.h
parent6fb65a66a227013ba1825efcf47e3c5df1a39131 (diff)
[media] drxk: Allow enabling MERR/MVAL cfg
Those two settings are different when used with az6007. Add a config option to enable it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxk.h')
-rw-r--r--drivers/media/dvb/frontends/drxk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/drxk.h b/drivers/media/dvb/frontends/drxk.h
index ca921c77f71f..9d64e4fea066 100644
--- a/drivers/media/dvb/frontends/drxk.h
+++ b/drivers/media/dvb/frontends/drxk.h
@@ -12,6 +12,7 @@
12 * Serial otherwise. 12 * Serial otherwise.
13 * @dynamic_clk: True means that the clock will be dynamically 13 * @dynamic_clk: True means that the clock will be dynamically
14 * adjusted. Static clock otherwise. 14 * adjusted. Static clock otherwise.
15 * @enable_merr_cfg: Enable SIO_PDR_PERR_CFG/SIO_PDR_MVAL_CFG.
15 * @single_master: Device is on the single master mode 16 * @single_master: Device is on the single master mode
16 * @no_i2c_bridge: Don't switch the I2C bridge to talk with tuner 17 * @no_i2c_bridge: Don't switch the I2C bridge to talk with tuner
17 * @antenna_gpio: GPIO bit used to control the antenna 18 * @antenna_gpio: GPIO bit used to control the antenna
@@ -29,6 +30,7 @@ struct drxk_config {
29 bool no_i2c_bridge; 30 bool no_i2c_bridge;
30 bool parallel_ts; 31 bool parallel_ts;
31 bool dynamic_clk; 32 bool dynamic_clk;
33 bool enable_merr_cfg;
32 34
33 bool antenna_dvbt; 35 bool antenna_dvbt;
34 u16 antenna_gpio; 36 u16 antenna_gpio;