aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7164
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-09-28 15:44:52 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:40:51 -0500
commitbc809ab37e4a8f6eeea0afae76bb1bc6cc52fe98 (patch)
tree8bfa0968d3805b56f1c848cd7dc22911a8efe7a1 /drivers/media/video/saa7164
parent5f78a9f96bc1954e9bd51458af8658b1eda603be (diff)
V4L/DVB (13201): saa7164: disable tda18271 slave tuner output on slave in standby mode
Enable the standby mode optimization to disable the tda18271 slave tuner output / loop thru options when in low power mode on the slave tuner, only. The master tuner must always leave slave tuner output / loop thru enabled. Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164')
-rw-r--r--drivers/media/video/saa7164/saa7164-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7164/saa7164-dvb.c b/drivers/media/video/saa7164/saa7164-dvb.c
index 6a2d847d6a88..cf099c59b38e 100644
--- a/drivers/media/video/saa7164/saa7164-dvb.c
+++ b/drivers/media/video/saa7164/saa7164-dvb.c
@@ -68,6 +68,7 @@ static struct tda18271_config hauppauge_hvr22x0s_tuner_config = {
68 .std_map = &hauppauge_tda18271_std_map, 68 .std_map = &hauppauge_tda18271_std_map,
69 .gate = TDA18271_GATE_ANALOG, 69 .gate = TDA18271_GATE_ANALOG,
70 .role = TDA18271_SLAVE, 70 .role = TDA18271_SLAVE,
71 .output_opt = TDA18271_OUTPUT_LT_OFF,
71 .rf_cal_on_startup = 1 72 .rf_cal_on_startup = 1
72}; 73};
73 74