aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-dvb.c')
-rw-r--r--drivers/media/video/cx18/cx18-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-dvb.c b/drivers/media/video/cx18/cx18-dvb.c
index f402e798e323..54a6fd3f7af5 100644
--- a/drivers/media/video/cx18/cx18-dvb.c
+++ b/drivers/media/video/cx18/cx18-dvb.c
@@ -61,6 +61,7 @@ static struct mxl5005s_config hauppauge_hvr1600_tuner = {
61 .top = MXL5005S_TOP_25P2, 61 .top = MXL5005S_TOP_25P2,
62 .mod_mode = MXL_DIGITAL_MODE, 62 .mod_mode = MXL_DIGITAL_MODE,
63 .if_mode = MXL_ZERO_IF, 63 .if_mode = MXL_ZERO_IF,
64 .qam_gain = 0x02,
64 .AgcMasterByte = 0x00, 65 .AgcMasterByte = 0x00,
65}; 66};
66 67