summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-07-11 21:54:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-27 14:28:09 -0300
commit8a2697abc1f0388d44b78ac109d9f03ec75c2683 (patch)
tree3bcfc0cdd8ffc9a08f6615d76abf3950ac6ce388 /drivers/media/dvb-core/dvb_frontend.h
parent48caa6f12902dfc08acfc54e417f845dc0477664 (diff)
[media] add LNA support for DVB API
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb-core/dvb_frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-core/dvb_frontend.h b/drivers/media/dvb-core/dvb_frontend.h
index 33996a01cd63..44a445cee74f 100644
--- a/drivers/media/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb-core/dvb_frontend.h
@@ -303,6 +303,7 @@ struct dvb_frontend_ops {
int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd);
int (*i2c_gate_ctrl)(struct dvb_frontend* fe, int enable);
int (*ts_bus_ctrl)(struct dvb_frontend* fe, int acquire);
+ int (*set_lna)(struct dvb_frontend *, int);
/* These callbacks are for devices that implement their own
* tuning algorithms, rather than a simple swzigzag