diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 417a30c7a04d..7bcd37aa8c90 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -165,8 +165,10 @@ static struct tda829x_config tda829x_no_probe = { | |||
165 | }; | 165 | }; |
166 | 166 | ||
167 | static struct tda18271_std_map hauppauge_tda18271_std_map = { | 167 | static struct tda18271_std_map hauppauge_tda18271_std_map = { |
168 | .atsc_6 = { .if_freq = 5380, .if_lvl = 6, .agc_mode = 3, .std = 3 }, | 168 | .atsc_6 = { .if_freq = 5380, .agc_mode = 3, .std = 3, |
169 | .qam_6 = { .if_freq = 4000, .if_lvl = 6, .agc_mode = 3, .std = 0 }, | 169 | .if_lvl = 6, .rfagc_top = 0x37 }, |
170 | .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 0, | ||
171 | .if_lvl = 6, .rfagc_top = 0x37 }, | ||
170 | }; | 172 | }; |
171 | 173 | ||
172 | static struct tda18271_config hauppauge_tda18271_config = { | 174 | static struct tda18271_config hauppauge_tda18271_config = { |