diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index c6da8f77e1a2..d8c898278e8c 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -320,7 +320,17 @@ static struct tda829x_config tda829x_no_probe = { | |||
320 | .probe_tuner = TDA829X_DONT_PROBE, | 320 | .probe_tuner = TDA829X_DONT_PROBE, |
321 | }; | 321 | }; |
322 | 322 | ||
323 | static struct tda18271_std_map hauppauge_tda18271_dvbt_std_map = { | ||
324 | .dvbt_6 = { .if_freq = 3300, .agc_mode = 3, .std = 4, | ||
325 | .if_lvl = 1, .rfagc_top = 0x37, }, | ||
326 | .dvbt_7 = { .if_freq = 3800, .agc_mode = 3, .std = 5, | ||
327 | .if_lvl = 1, .rfagc_top = 0x37, }, | ||
328 | .dvbt_8 = { .if_freq = 4300, .agc_mode = 3, .std = 6, | ||
329 | .if_lvl = 1, .rfagc_top = 0x37, }, | ||
330 | }; | ||
331 | |||
323 | static struct tda18271_config hauppauge_tda18271_dvb_config = { | 332 | static struct tda18271_config hauppauge_tda18271_dvb_config = { |
333 | .std_map = &hauppauge_tda18271_dvbt_std_map, | ||
324 | .gate = TDA18271_GATE_ANALOG, | 334 | .gate = TDA18271_GATE_ANALOG, |
325 | .output_opt = TDA18271_OUTPUT_LT_OFF, | 335 | .output_opt = TDA18271_OUTPUT_LT_OFF, |
326 | }; | 336 | }; |