diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2009-08-29 16:45:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:13:55 -0400 |
commit | 542cb057368ab9450c51a331e65eea5aa9d7c008 (patch) | |
tree | 69aab08772a2ed909c504f2ec536e122764682b7 /drivers/media | |
parent | d1f7510b9179ef7249db08e50d51654f1bf8e261 (diff) |
V4L/DVB (12873): saa7134: disable tda18271 slave tuner output / loop thru in standby mode
Enable the standby mode optimization to disable the tda18271
slave tuner output / loop thru options when in low power mode
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c index ebde21dba7e3..7e1ffd8ba26d 100644 --- a/drivers/media/video/saa7134/saa7134-dvb.c +++ b/drivers/media/video/saa7134/saa7134-dvb.c | |||
@@ -1007,6 +1007,7 @@ static struct tda18271_config hcw_tda18271_config = { | |||
1007 | .std_map = &hauppauge_tda18271_std_map, | 1007 | .std_map = &hauppauge_tda18271_std_map, |
1008 | .gate = TDA18271_GATE_ANALOG, | 1008 | .gate = TDA18271_GATE_ANALOG, |
1009 | .config = 3, | 1009 | .config = 3, |
1010 | .output_opt = TDA18271_OUTPUT_LT_OFF, | ||
1010 | }; | 1011 | }; |
1011 | 1012 | ||
1012 | static struct tda829x_config tda829x_no_probe = { | 1013 | static struct tda829x_config tda829x_no_probe = { |