diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2006-06-21 10:27:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 02:05:15 -0300 |
commit | 0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac (patch) | |
tree | 01e44bb2357acd99a851d2feafea23271475cc95 /drivers/media/dvb/dvb-core/dvb_frontend.h | |
parent | 8cfba6301c3c7e0d3332e237b99fefc0db001163 (diff) | |
download | talos-obmc-linux-0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac.tar.gz talos-obmc-linux-0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac.zip |
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.h | 2 |
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 fee52baa148a..2887e2b862a4 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 { unsigned int mode_flags, int *delay, fe_status_t *status); + /* get frontend tuning algorithm from the module */ + int (*get_frontend_algo)(struct dvb_frontend *fe); /* these two are only used for the swzigzag code */ int (*set_frontend)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params); |