summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tda18271-priv.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-08-29 16:25:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:13:43 -0300
commit4240b460f0dbb4bf4e3f64e6abd423f476012756 (patch)
tree8b71544047d7da38864b55d0f9f84e75f9dad400 /drivers/media/common/tuners/tda18271-priv.h
parent2dfca76303937f256e11754a716eb198b22afdd5 (diff)
V4L/DVB (12864): tda18271: change output feature configuration to a bitmask
For better readability, treat the low power standby mode configuration as an output option feature configuration, and change it to a bitmask. If left unconfigured, all features will remain enabled, just as the default configuration was before these changes were introduced. Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda18271-priv.h')
-rw-r--r--drivers/media/common/tuners/tda18271-priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda18271-priv.h b/drivers/media/common/tuners/tda18271-priv.h
index 8c5fabcf5a29..2bee229acd91 100644
--- a/drivers/media/common/tuners/tda18271-priv.h
+++ b/drivers/media/common/tuners/tda18271-priv.h
@@ -108,7 +108,7 @@ struct tda18271_priv {
enum tda18271_role role;
enum tda18271_i2c_gate gate;
enum tda18271_ver id;
- enum tda18271_standby_mode standby_mode;
+ enum tda18271_output_options output_opt;
unsigned int config; /* interface to saa713x / tda829x */
unsigned int tm_rfcal;