diff options
Diffstat (limited to 'drivers/media/common/tuners/tda18271.h')
-rw-r--r-- | drivers/media/common/tuners/tda18271.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271.h b/drivers/media/common/tuners/tda18271.h index 7db9831c0cb0..53a9892a18d0 100644 --- a/drivers/media/common/tuners/tda18271.h +++ b/drivers/media/common/tuners/tda18271.h | |||
@@ -79,6 +79,16 @@ struct tda18271_config { | |||
79 | 79 | ||
80 | /* some i2c providers cant write all 39 registers at once */ | 80 | /* some i2c providers cant write all 39 registers at once */ |
81 | unsigned int small_i2c:1; | 81 | unsigned int small_i2c:1; |
82 | |||
83 | /* interface to saa713x / tda829x */ | ||
84 | unsigned int config; | ||
85 | }; | ||
86 | |||
87 | #define TDA18271_CALLBACK_CMD_AGC_ENABLE 0 | ||
88 | |||
89 | enum tda18271_mode { | ||
90 | TDA18271_ANALOG = 0, | ||
91 | TDA18271_DIGITAL, | ||
82 | }; | 92 | }; |
83 | 93 | ||
84 | #if defined(CONFIG_MEDIA_TUNER_TDA18271) || (defined(CONFIG_MEDIA_TUNER_TDA18271_MODULE) && defined(MODULE)) | 94 | #if defined(CONFIG_MEDIA_TUNER_TDA18271) || (defined(CONFIG_MEDIA_TUNER_TDA18271_MODULE) && defined(MODULE)) |