aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9013.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2017-06-22 12:18:21 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-21 14:09:50 -0400
commit22e59e7204a46d9f3c6abc02909927a19640f91f (patch)
tree6d02160e351de3ccb2480784e6e2bffad04ffbba /drivers/media/dvb-frontends/af9013.h
parentmedia: af9013: convert inittabs suitable for regmap_update_bits (diff)
downloadlinux-dev-22e59e7204a46d9f3c6abc02909927a19640f91f.tar.xz
linux-dev-22e59e7204a46d9f3c6abc02909927a19640f91f.zip
media: af9013: add i2c mux adapter for tuner bus
Add muxed i2c adapter for demod tuner i2c bus gate control. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9013.h')
-rw-r--r--drivers/media/dvb-frontends/af9013.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9013.h b/drivers/media/dvb-frontends/af9013.h
index a290722c04fd..ea63ff9242f2 100644
--- a/drivers/media/dvb-frontends/af9013.h
+++ b/drivers/media/dvb-frontends/af9013.h
@@ -84,6 +84,7 @@ struct af9013_platform_data {
u8 gpio[4];
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
+ struct i2c_adapter* (*get_i2c_adapter)(struct i2c_client *);
/* private: For legacy media attach wrapper. Do not set value. */
bool attach_in_use;