diff options
Diffstat (limited to 'drivers/media/common/tuners/tda18218_priv.h')
-rw-r--r-- | drivers/media/common/tuners/tda18218_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18218_priv.h b/drivers/media/common/tuners/tda18218_priv.h index 904e5365c78c..dc52b72e1407 100644 --- a/drivers/media/common/tuners/tda18218_priv.h +++ b/drivers/media/common/tuners/tda18218_priv.h @@ -100,6 +100,8 @@ struct tda18218_priv { struct tda18218_config *cfg; struct i2c_adapter *i2c; + u32 if_frequency; + u8 regs[TDA18218_NUM_REGS]; }; |