aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-devattr.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-08-29 16:47:01 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-18 23:13:57 -0400
commita18eaf02c8cd60ad1e6cec3fa0d04a568d31801a (patch)
tree591ab5786d4cc29f99fce444c43000556403b432 /drivers/media/video/pvrusb2/pvrusb2-devattr.c
parent542cb057368ab9450c51a331e65eea5aa9d7c008 (diff)
V4L/DVB (12874): pvrusb2: 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/video/pvrusb2/pvrusb2-devattr.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-devattr.c2
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
299static struct tda18271_config hauppauge_tda18271_dvb_config = { 299static 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
303static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap) 304static int pvr2_tda10048_attach(struct pvr2_dvb_adapter *adap)
@@ -393,6 +394,7 @@ static struct tda18271_std_map hauppauge_tda18271_std_map = {
393static struct tda18271_config hauppauge_tda18271_config = { 394static 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
398static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap) 400static int pvr2_s5h1409_attach(struct pvr2_dvb_adapter *adap)