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 10:27:31 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 02:05:15 -0300
commit0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac (patch)
tree01e44bb2357acd99a851d2feafea23271475cc95 /drivers/media/dvb/dvb-core/dvb_frontend.h
parent8cfba6301c3c7e0d3332e237b99fefc0db001163 (diff)
downloadkernel_samsung_smdk4412-0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac.zip
kernel_samsung_smdk4412-0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac.tar.gz
kernel_samsung_smdk4412-0249ef16fa1eb4a85411d0e1b6e6a906e26ed1ac.tar.bz2
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 fee52ba..2887e2b 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);