aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index d13bd140dc76..6968ab0181aa 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -575,14 +575,14 @@ static struct cx24116_config tevii_s460_config = {
575 575
576static struct stv0299_config tevii_tuner_sharp_config = { 576static struct stv0299_config tevii_tuner_sharp_config = {
577 .demod_address = 0x68, 577 .demod_address = 0x68,
578 .inittab = sharp_z0194a__inittab, 578 .inittab = sharp_z0194a_inittab,
579 .mclk = 88000000UL, 579 .mclk = 88000000UL,
580 .invert = 1, 580 .invert = 1,
581 .skip_reinit = 0, 581 .skip_reinit = 0,
582 .lock_output = 1, 582 .lock_output = 1,
583 .volt13_op0_op1 = STV0299_VOLT13_OP1, 583 .volt13_op0_op1 = STV0299_VOLT13_OP1,
584 .min_delay_ms = 100, 584 .min_delay_ms = 100,
585 .set_symbol_rate = sharp_z0194a__set_symbol_rate, 585 .set_symbol_rate = sharp_z0194a_set_symbol_rate,
586 .set_ts_params = cx24116_set_ts_param, 586 .set_ts_params = cx24116_set_ts_param,
587}; 587};
588 588