summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885.h
diff options
context:
space:
mode:
authorAntti Palosaari2015-04-16 18:59:46 +0200
committerMauro Carvalho Chehab2015-06-06 12:23:20 +0200
commitbf5e3ef0ccf241ab85be9fa99cc26893249a94e5 (patch)
tree00b5f064642f150c3be25ce88c25a50be25dff1d /drivers/media/pci/cx23885/cx23885.h
parent[media] em28xx: bind PCTV 460e using I2C client (diff)
downloadkernel-qcow2-linux-bf5e3ef0ccf241ab85be9fa99cc26893249a94e5.tar.gz
kernel-qcow2-linux-bf5e3ef0ccf241ab85be9fa99cc26893249a94e5.tar.xz
kernel-qcow2-linux-bf5e3ef0ccf241ab85be9fa99cc26893249a94e5.zip
[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);