aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb-core/dvb_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-core/dvb_frontend.h b/drivers/media/dvb-core/dvb_frontend.h
index 44fad1cbcb09..371b6caf486c 100644
--- a/drivers/media/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb-core/dvb_frontend.h
@@ -245,7 +245,7 @@ struct analog_demod_ops {
245 245
246 void (*set_params)(struct dvb_frontend *fe, 246 void (*set_params)(struct dvb_frontend *fe,
247 struct analog_parameters *params); 247 struct analog_parameters *params);
248 int (*has_signal)(struct dvb_frontend *fe); 248 int (*has_signal)(struct dvb_frontend *fe, u16 *signal);
249 int (*get_afc)(struct dvb_frontend *fe, s32 *afc); 249 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
250 void (*tuner_status)(struct dvb_frontend *fe); 250 void (*tuner_status)(struct dvb_frontend *fe);
251 void (*standby)(struct dvb_frontend *fe); 251 void (*standby)(struct dvb_frontend *fe);