aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2006-06-21 09:27:31 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:05:15 -0400
commit0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac (patch)
tree01e44bb2357acd99a851d2feafea23271475cc95 /drivers/media/dvb/dvb-core/dvb_frontend.h
parent8cfba6301c3c7e0d3332e237b99fefc0db001163 (diff)
V4L/DVB (4160): Use device specific algorithms
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h
index fee52baa148..2887e2b862a 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.h
@@ -102,6 +102,8 @@ struct dvb_frontend_ops {
102 unsigned int mode_flags, 102 unsigned int mode_flags,
103 int *delay, 103 int *delay,
104 fe_status_t *status); 104 fe_status_t *status);
105 /* get frontend tuning algorithm from the module */
106 int (*get_frontend_algo)(struct dvb_frontend *fe);
105 107
106 /* these two are only used for the swzigzag code */ 108 /* these two are only used for the swzigzag code */
107 int (*set_frontend)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); 109 int (*set_frontend)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);