diff options
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 022fad798fc2..2519b27a370d 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -255,15 +255,18 @@ static struct tda18271_std_map hauppauge_hvr1200_tda18271_std_map = { | |||
255 | static struct tda18271_config hauppauge_tda18271_config = { | 255 | static struct tda18271_config hauppauge_tda18271_config = { |
256 | .std_map = &hauppauge_tda18271_std_map, | 256 | .std_map = &hauppauge_tda18271_std_map, |
257 | .gate = TDA18271_GATE_ANALOG, | 257 | .gate = TDA18271_GATE_ANALOG, |
258 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
258 | }; | 259 | }; |
259 | 260 | ||
260 | static struct tda18271_config hauppauge_hvr1200_tuner_config = { | 261 | static struct tda18271_config hauppauge_hvr1200_tuner_config = { |
261 | .std_map = &hauppauge_hvr1200_tda18271_std_map, | 262 | .std_map = &hauppauge_hvr1200_tda18271_std_map, |
262 | .gate = TDA18271_GATE_ANALOG, | 263 | .gate = TDA18271_GATE_ANALOG, |
264 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
263 | }; | 265 | }; |
264 | 266 | ||
265 | static struct tda18271_config hauppauge_hvr1210_tuner_config = { | 267 | static struct tda18271_config hauppauge_hvr1210_tuner_config = { |
266 | .gate = TDA18271_GATE_DIGITAL, | 268 | .gate = TDA18271_GATE_DIGITAL, |
269 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
267 | }; | 270 | }; |
268 | 271 | ||
269 | static struct tda18271_std_map hauppauge_hvr127x_std_map = { | 272 | static struct tda18271_std_map hauppauge_hvr127x_std_map = { |
@@ -275,6 +278,7 @@ static struct tda18271_std_map hauppauge_hvr127x_std_map = { | |||
275 | 278 | ||
276 | static struct tda18271_config hauppauge_hvr127x_config = { | 279 | static struct tda18271_config hauppauge_hvr127x_config = { |
277 | .std_map = &hauppauge_hvr127x_std_map, | 280 | .std_map = &hauppauge_hvr127x_std_map, |
281 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
278 | }; | 282 | }; |
279 | 283 | ||
280 | static struct lgdt3305_config hauppauge_lgdt3305_config = { | 284 | static struct lgdt3305_config hauppauge_lgdt3305_config = { |