From: Michael Krufky Date: Sat, 29 Aug 2009 20:45:48 +0000 (-0300) Subject: V4L/DVB (12873): saa7134: disable tda18271 slave tuner output / loop thru in standby... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=542cb057368ab9450c51a331e65eea5aa9d7c008;p=linux-beck.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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 = { .std_map = &hauppauge_tda18271_std_map, .gate = TDA18271_GATE_ANALOG, .config = 3, + .output_opt = TDA18271_OUTPUT_LT_OFF, }; static struct tda829x_config tda829x_no_probe = {