diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-dvb.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-dvb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-dvb.c b/drivers/media/video/cx18/cx18-dvb.c index 51a0c33b25b7..f402e798e323 100644 --- a/drivers/media/video/cx18/cx18-dvb.c +++ b/drivers/media/video/cx18/cx18-dvb.c | |||
@@ -71,7 +71,8 @@ static struct s5h1409_config hauppauge_hvr1600_config = { | |||
71 | .qam_if = 44000, | 71 | .qam_if = 44000, |
72 | .inversion = S5H1409_INVERSION_OFF, | 72 | .inversion = S5H1409_INVERSION_OFF, |
73 | .status_mode = S5H1409_DEMODLOCKING, | 73 | .status_mode = S5H1409_DEMODLOCKING, |
74 | .mpeg_timing = S5H1409_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK | 74 | .mpeg_timing = S5H1409_MPEGTIMING_CONTINOUS_NONINVERTING_CLOCK, |
75 | .hvr1600_opt = S5H1409_HVR1600_OPTIMIZE | ||
75 | }; | 76 | }; |
76 | 77 | ||
77 | /* | 78 | /* |