diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-13 18:22:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:05 -0400 |
commit | 83fe92e71ef736a26a6eedd0822b34ed5af077f0 (patch) | |
tree | 5f1538f191b825ecf75eb792412edcf5ea6b40d4 | |
parent | 1d78cac4779be3ae6bef4791b3b12928e2499fef (diff) |
V4L/DVB (9009): Nova-se2 / Nova-s-plus Intersil6421 power fix to support switches.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 5ff6e9d28713..891acb50bd99 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -847,7 +847,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
847 | &core->i2c_adap); | 847 | &core->i2c_adap); |
848 | if (dev->dvb.frontend) { | 848 | if (dev->dvb.frontend) { |
849 | if (!dvb_attach(isl6421_attach, dev->dvb.frontend, | 849 | if (!dvb_attach(isl6421_attach, dev->dvb.frontend, |
850 | &core->i2c_adap, 0x08, 0x00, 0x00)) | 850 | &core->i2c_adap, 0x08, ISL6421_DCL, 0x00)) |
851 | goto frontend_detach; | 851 | goto frontend_detach; |
852 | } | 852 | } |
853 | break; | 853 | break; |
@@ -950,7 +950,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
950 | } | 950 | } |
951 | break; | 951 | break; |
952 | case CX88_BOARD_TEVII_S460: | 952 | case CX88_BOARD_TEVII_S460: |
953 | dev->dvb.frontend = dvb_attach(cx24116_attach, | 953 | dev->dvb.frontend = dvb_attach(cx24116_attach, |
954 | &tevii_s460_config, | 954 | &tevii_s460_config, |
955 | &core->i2c_adap); | 955 | &core->i2c_adap); |
956 | if (dev->dvb.frontend != NULL) { | 956 | if (dev->dvb.frontend != NULL) { |