diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-20 16:38:29 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:37 -0500 |
commit | 3ce6509456805904799bf669e82a8ea5126e92df (patch) | |
tree | 5a0379d324e9b34930b04e1b776446be097499cc /drivers | |
parent | 30e4ac7c033f6a2c2e3060875a2f08d7909636a1 (diff) |
V4L/DVB (9675): em28xx: devices with xc2028/3028 don't have tda9887
This patch cleans up the entries of xc2028/3028, since those devices
don't need or use a tda9887.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 68bbfdbbca14..e7d69d6ef566 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -587,7 +587,6 @@ struct em28xx_board em28xx_boards[] = { | |||
587 | [EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950] = { | 587 | [EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950] = { |
588 | .name = "Hauppauge WinTV HVR 950", | 588 | .name = "Hauppauge WinTV HVR 950", |
589 | .vchannels = 3, | 589 | .vchannels = 3, |
590 | .tda9887_conf = TDA9887_PRESENT, | ||
591 | .tuner_type = TUNER_XC2028, | 590 | .tuner_type = TUNER_XC2028, |
592 | .mts_firmware = 1, | 591 | .mts_firmware = 1, |
593 | .has_12mhz_i2s = 1, | 592 | .has_12mhz_i2s = 1, |
@@ -611,7 +610,6 @@ struct em28xx_board em28xx_boards[] = { | |||
611 | [EM2880_BOARD_PINNACLE_PCTV_HD_PRO] = { | 610 | [EM2880_BOARD_PINNACLE_PCTV_HD_PRO] = { |
612 | .name = "Pinnacle PCTV HD Pro Stick", | 611 | .name = "Pinnacle PCTV HD Pro Stick", |
613 | .vchannels = 3, | 612 | .vchannels = 3, |
614 | .tda9887_conf = TDA9887_PRESENT, | ||
615 | .tuner_type = TUNER_XC2028, | 613 | .tuner_type = TUNER_XC2028, |
616 | .mts_firmware = 1, | 614 | .mts_firmware = 1, |
617 | .has_12mhz_i2s = 1, | 615 | .has_12mhz_i2s = 1, |
@@ -635,7 +633,6 @@ struct em28xx_board em28xx_boards[] = { | |||
635 | [EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600] = { | 633 | [EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600] = { |
636 | .name = "AMD ATI TV Wonder HD 600", | 634 | .name = "AMD ATI TV Wonder HD 600", |
637 | .vchannels = 3, | 635 | .vchannels = 3, |
638 | .tda9887_conf = TDA9887_PRESENT, | ||
639 | .tuner_type = TUNER_XC2028, | 636 | .tuner_type = TUNER_XC2028, |
640 | .mts_firmware = 1, | 637 | .mts_firmware = 1, |
641 | .has_12mhz_i2s = 1, | 638 | .has_12mhz_i2s = 1, |
@@ -659,7 +656,6 @@ struct em28xx_board em28xx_boards[] = { | |||
659 | [EM2880_BOARD_TERRATEC_HYBRID_XS] = { | 656 | [EM2880_BOARD_TERRATEC_HYBRID_XS] = { |
660 | .name = "Terratec Hybrid XS", | 657 | .name = "Terratec Hybrid XS", |
661 | .vchannels = 3, | 658 | .vchannels = 3, |
662 | .tda9887_conf = TDA9887_PRESENT, | ||
663 | .tuner_type = TUNER_XC2028, | 659 | .tuner_type = TUNER_XC2028, |
664 | .decoder = EM28XX_TVP5150, | 660 | .decoder = EM28XX_TVP5150, |
665 | .has_dvb = 1, | 661 | .has_dvb = 1, |
@@ -683,7 +679,6 @@ struct em28xx_board em28xx_boards[] = { | |||
683 | [EM2880_BOARD_TERRATEC_PRODIGY_XS] = { | 679 | [EM2880_BOARD_TERRATEC_PRODIGY_XS] = { |
684 | .name = "Terratec Prodigy XS", | 680 | .name = "Terratec Prodigy XS", |
685 | .vchannels = 3, | 681 | .vchannels = 3, |
686 | .tda9887_conf = TDA9887_PRESENT, | ||
687 | .tuner_type = TUNER_XC2028, | 682 | .tuner_type = TUNER_XC2028, |
688 | .decoder = EM28XX_TVP5150, | 683 | .decoder = EM28XX_TVP5150, |
689 | .input = { { | 684 | .input = { { |