diff options
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r-- | drivers/media/video/tda9887.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c index dfa2964d7ef3..d506d4bf8253 100644 --- a/drivers/media/video/tda9887.c +++ b/drivers/media/video/tda9887.c | |||
@@ -622,7 +622,8 @@ static void tda9887_standby(struct dvb_frontend *fe) | |||
622 | tda9887_configure(fe); | 622 | tda9887_configure(fe); |
623 | } | 623 | } |
624 | 624 | ||
625 | static void tda9887_set_freq(struct dvb_frontend *fe, unsigned int freq) | 625 | static void tda9887_set_params(struct dvb_frontend *fe, |
626 | struct analog_parameters *params) | ||
626 | { | 627 | { |
627 | tda9887_configure(fe); | 628 | tda9887_configure(fe); |
628 | } | 629 | } |
@@ -634,8 +635,7 @@ static void tda9887_release(struct dvb_frontend *fe) | |||
634 | } | 635 | } |
635 | 636 | ||
636 | static struct analog_tuner_ops tda9887_tuner_ops = { | 637 | static struct analog_tuner_ops tda9887_tuner_ops = { |
637 | .set_tv_freq = tda9887_set_freq, | 638 | .set_params = tda9887_set_params, |
638 | .set_radio_freq = tda9887_set_freq, | ||
639 | .standby = tda9887_standby, | 639 | .standby = tda9887_standby, |
640 | .tuner_status = tda9887_tuner_status, | 640 | .tuner_status = tda9887_tuner_status, |
641 | .get_afc = tda9887_get_afc, | 641 | .get_afc = tda9887_get_afc, |