aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-dvb.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-dvb.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
index 5fdb8455fe8a..089fa0fb5c94 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -183,8 +183,7 @@ static int mt352_avermedia_xc3028_init(struct dvb_frontend *fe)
183 return 0; 183 return 0;
184} 184}
185 185
186static int mt352_pinnacle_tuner_set_params(struct dvb_frontend* fe, 186static int mt352_pinnacle_tuner_set_params(struct dvb_frontend *fe)
187 struct dvb_frontend_parameters* params)
188{ 187{
189 struct dtv_frontend_properties *c = &fe->dtv_property_cache; 188 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
190 u8 off[] = { 0x00, 0xf1}; 189 u8 off[] = { 0x00, 0xf1};
@@ -288,7 +287,7 @@ static int philips_tda1004x_request_firmware(struct dvb_frontend *fe,
288 * these tuners are tu1216, td1316(a) 287 * these tuners are tu1216, td1316(a)
289 */ 288 */
290 289
291static int philips_tda6651_pll_set(struct dvb_frontend *fe, struct dvb_frontend_parameters *params) 290static int philips_tda6651_pll_set(struct dvb_frontend *fe)
292{ 291{
293 struct dtv_frontend_properties *c = &fe->dtv_property_cache; 292 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
294 struct saa7134_dev *dev = fe->dvb->priv; 293 struct saa7134_dev *dev = fe->dvb->priv;
@@ -438,9 +437,9 @@ static int philips_td1316_tuner_init(struct dvb_frontend *fe)
438 return 0; 437 return 0;
439} 438}
440 439
441static int philips_td1316_tuner_set_params(struct dvb_frontend *fe, struct dvb_frontend_parameters *params) 440static int philips_td1316_tuner_set_params(struct dvb_frontend *fe)
442{ 441{
443 return philips_tda6651_pll_set(fe, params); 442 return philips_tda6651_pll_set(fe);
444} 443}
445 444
446static int philips_td1316_tuner_sleep(struct dvb_frontend *fe) 445static int philips_td1316_tuner_sleep(struct dvb_frontend *fe)