summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/si2168_priv.h
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2016-04-20 08:41:36 +0200
committerWolfram Sang <wsa@the-dreams.de>2016-04-22 15:00:16 +0200
commit58d7b541dd96535b03cc9dd13fe9efff2a5402e0 (patch)
treef15c16b25829ca3b87524ed6243a2fe0b2eb97d6 /drivers/media/dvb-frontends/si2168_priv.h
parentcddcc40b1b1553010acb89add84c64b5d123ec94 (diff)
downloadlinux-58d7b541dd96535b03cc9dd13fe9efff2a5402e0.tar.bz2
[media] si2168: convert to use an explicit i2c mux core
Allocate an explicit i2c mux core to handle parent and child adapters etc. Update the select/deselect ops to be in terms of the i2c mux core instead of the child adapter. Tested-by: Antti Palosaari <crope@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/media/dvb-frontends/si2168_priv.h')
-rw-r--r--drivers/media/dvb-frontends/si2168_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/si2168_priv.h b/drivers/media/dvb-frontends/si2168_priv.h
index c07e6fe2cb10..165bf1412063 100644
--- a/drivers/media/dvb-frontends/si2168_priv.h
+++ b/drivers/media/dvb-frontends/si2168_priv.h
@@ -29,7 +29,7 @@
/* state struct */
struct si2168_dev {
- struct i2c_adapter *adapter;
+ struct i2c_mux_core *muxc;
struct dvb_frontend fe;
enum fe_delivery_system delivery_system;
enum fe_status fe_status;