diff options
author | Oleg Roitburd <oroitburd@gmail.com> | 2008-10-08 05:48:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 10:41:21 -0400 |
commit | 57f51dbc45f65f7ee1e8c8f77200bb8000e3e271 (patch) | |
tree | 64168bd7218f93dedf63e20956b724350adee505 /drivers/media/video/cx88/cx88-dvb.c | |
parent | a52f68c648585ff615175269d8f6cbcbb08d7f4d (diff) |
V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards
Added support for Prof 7300 DVB-S/S2 card. The card
based on cx24116 demodulator.
Signed-off-by: Oleg Roitburd <oroitburd@gmail.com>
Signed-off-by: Steven Toth <stoth@linuxtv.org>
[mchehab@redhat.com: fixed CARDLIST.cx88 entry]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index cccf38222a31..344ed2626e59 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -978,15 +978,8 @@ static int dvb_register(struct cx8802_dev *dev) | |||
978 | } | 978 | } |
979 | break; | 979 | break; |
980 | case CX88_BOARD_OMICOM_SS4_PCI: | 980 | case CX88_BOARD_OMICOM_SS4_PCI: |
981 | dev->dvb.frontend = dvb_attach(cx24116_attach, | ||
982 | &hauppauge_hvr4000_config, | ||
983 | &core->i2c_adap); | ||
984 | if (dev->dvb.frontend != NULL) { | ||
985 | core->prev_set_voltage = dev->dvb.frontend->ops.set_voltage; | ||
986 | dev->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; | ||
987 | } | ||
988 | break; | ||
989 | case CX88_BOARD_TBS_8920: | 981 | case CX88_BOARD_TBS_8920: |
982 | case CX88_BOARD_PROF_7300: | ||
990 | dev->dvb.frontend = dvb_attach(cx24116_attach, | 983 | dev->dvb.frontend = dvb_attach(cx24116_attach, |
991 | &hauppauge_hvr4000_config, | 984 | &hauppauge_hvr4000_config, |
992 | &core->i2c_adap); | 985 | &core->i2c_adap); |