summaryrefslogtreecommitdiff
path: root/drivers/media/pci/cx23885/cx23885.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2015-04-16 13:59:46 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-06 07:23:20 -0300
commitbf5e3ef0ccf241ab85be9fa99cc26893249a94e5 (patch)
tree00b5f064642f150c3be25ce88c25a50be25dff1d /drivers/media/pci/cx23885/cx23885.h
parent8022f9afcd876c54252d2d1ef5c59769adb2c2b1 (diff)
[media] cx23885: add support for DVB I2C SEC client
Add support for I2C SEC (satellite equipment controller) client. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885.h')
-rw-r--r--drivers/media/pci/cx23885/cx23885.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h
index aeda8d3990ae..81e25194986b 100644
--- a/drivers/media/pci/cx23885/cx23885.h
+++ b/drivers/media/pci/cx23885/cx23885.h
@@ -304,6 +304,7 @@ struct cx23885_tsport {
struct i2c_client *i2c_client_demod;
struct i2c_client *i2c_client_tuner;
+ struct i2c_client *i2c_client_sec;
struct i2c_client *i2c_client_ci;
int (*set_frontend)(struct dvb_frontend *fe);