diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-27 00:29:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:59:29 -0400 |
commit | 9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd (patch) | |
tree | ae33f9bbcd91ea5a7e7cf77e42631a1d2bed5c84 /drivers/media/video/cx88/cx88-cards.c | |
parent | fbe60daac4c34e39d1ca69684bcb76e62461ac21 (diff) |
V4L/DVB (3919): V4l: rename TUNER_LG_TDVS_H062F to TUNER_LG_TDVS_H06XF
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 9516c4081192..645464b2d269 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -759,7 +759,7 @@ struct cx88_board cx88_boards[] = { | |||
759 | }, | 759 | }, |
760 | [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = { | 760 | [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = { |
761 | .name = "DViCO FusionHDTV 5 Gold", | 761 | .name = "DViCO FusionHDTV 5 Gold", |
762 | .tuner_type = TUNER_LG_TDVS_H062F, | 762 | .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */ |
763 | .radio_type = UNSET, | 763 | .radio_type = UNSET, |
764 | .tuner_addr = ADDR_UNSET, | 764 | .tuner_addr = ADDR_UNSET, |
765 | .radio_addr = ADDR_UNSET, | 765 | .radio_addr = ADDR_UNSET, |
@@ -1096,7 +1096,7 @@ struct cx88_board cx88_boards[] = { | |||
1096 | }, | 1096 | }, |
1097 | [CX88_BOARD_PCHDTV_HD5500] = { | 1097 | [CX88_BOARD_PCHDTV_HD5500] = { |
1098 | .name = "pcHDTV HD5500 HDTV", | 1098 | .name = "pcHDTV HD5500 HDTV", |
1099 | .tuner_type = TUNER_LG_TDVS_H062F, | 1099 | .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */ |
1100 | .radio_type = UNSET, | 1100 | .radio_type = UNSET, |
1101 | .tuner_addr = ADDR_UNSET, | 1101 | .tuner_addr = ADDR_UNSET, |
1102 | .radio_addr = ADDR_UNSET, | 1102 | .radio_addr = ADDR_UNSET, |