diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index 336a20eded0f..e4d7c13cab87 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -298,6 +298,7 @@ static struct tda829x_config tda829x_no_probe = { | |||
298 | 298 | ||
299 | static struct tda18271_config hauppauge_tda18271_dvb_config = { | 299 | static struct tda18271_config hauppauge_tda18271_dvb_config = { |
300 | .gate = TDA18271_GATE_ANALOG, | 300 | .gate = TDA18271_GATE_ANALOG, |
301 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
301 | }; | 302 | }; |
302 | 303 | ||
303 | static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap) | 304 | static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap) |
@@ -393,6 +394,7 @@ static struct tda18271_std_map hauppauge_tda18271_std_map = { | |||
393 | static struct tda18271_config hauppauge_tda18271_config = { | 394 | static struct tda18271_config hauppauge_tda18271_config = { |
394 | .std_map = &hauppauge_tda18271_std_map, | 395 | .std_map = &hauppauge_tda18271_std_map, |
395 | .gate = TDA18271_GATE_ANALOG, | 396 | .gate = TDA18271_GATE_ANALOG, |
397 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
396 | }; | 398 | }; |
397 | 399 | ||
398 | static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap) | 400 | static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap) |