summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885.h
diff options
context:
space:
mode:
authorOlli Salonen2014-08-11 21:58:14 +0200
committerMauro Carvalho Chehab2014-09-24 02:30:43 +0200
commit5cd3b6b40d3a08394a9e973c597a284153eac0b5 (patch)
tree361b51a28cd4dd74895801f15ac325c06bb35bc0 /drivers/media/pci/cx23885/cx23885.h
parent[media] cx23885: add i2c client handling into dvb_unregister and state (diff)
downloadkernel-qcow2-linux-5cd3b6b40d3a08394a9e973c597a284153eac0b5.tar.gz
kernel-qcow2-linux-5cd3b6b40d3a08394a9e973c597a284153eac0b5.tar.xz
kernel-qcow2-linux-5cd3b6b40d3a08394a9e973c597a284153eac0b5.zip
[media] cx23855: add frontend set voltage function into state
Setting the LNB voltage requires setting some GPIOs on the cx23885 with some boards before calling the actual set_voltage function in the demod driver. Add a function pointer into state for that case. Signed-off-by: Olli Salonen <olli.salonen@iki.fi> Acked-by: Antti Palosaari <crope@iki.fi> Reviewed-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h
index 458d180cf96d..0d5888214fb6 100644
--- a/drivers/media/pci/cx23885/cx23885.h
+++ b/drivers/media/pci/cx23885/cx23885.h
@@ -297,6 +297,8 @@ struct cx23885_tsport {
struct i2c_client *i2c_client_tuner;
int (*set_frontend)(struct dvb_frontend *fe);
+ int (*fe_set_voltage)(struct dvb_frontend *fe,
+ fe_sec_voltage_t voltage);
};
struct cx23885_kernel_ir {