aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index f4f046cd81a5..0180b75d1f3d 100644
--- a/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/drivers/media/video/cx23885/cx23885-dvb.c
@@ -414,12 +414,14 @@ static struct stv6110_config netup_stv6110_tunerconfig_a = {
414 .i2c_address = 0x60, 414 .i2c_address = 0x60,
415 .mclk = 16000000, 415 .mclk = 16000000,
416 .clk_div = 1, 416 .clk_div = 1,
417 .gain = 8, /* +16 dB - maximum gain */
417}; 418};
418 419
419static struct stv6110_config netup_stv6110_tunerconfig_b = { 420static struct stv6110_config netup_stv6110_tunerconfig_b = {
420 .i2c_address = 0x63, 421 .i2c_address = 0x63,
421 .mclk = 16000000, 422 .mclk = 16000000,
422 .clk_div = 1, 423 .clk_div = 1,
424 .gain = 8, /* +16 dB - maximum gain */
423}; 425};
424 426
425static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) 427static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)