aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-cards.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-22 13:46:05 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:52 -0400
commitab8b870e430d3e2cfb299f81e0ae0aef7fe5bfda (patch)
treedebb8ff758f103ddd3af5fc54d4c7dad6b84a5b7 /drivers/media/video/bt8xx/bttv-cards.c
parente827931e37295329be0bc0e6c0283bfa4807b8f9 (diff)
V4L/DVB (7381): tuner: rename TUNER_PHILIPS_ATSC to TUNER_PHILIPS_FCV1236D
TUNER_PHILIPS_ATSC is an ambiguous name for a tuner. Rename it to TUNER_PHILIPS_FCV1236D to be more descriptive. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r--drivers/media/video/bt8xx/bttv-cards.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c
index 22c2708e42ab..4a82cd2dd66a 100644
--- a/drivers/media/video/bt8xx/bttv-cards.c
+++ b/drivers/media/video/bt8xx/bttv-cards.c
@@ -2327,7 +2327,7 @@ struct tvcard bttv_tvcards[] = {
2327 .tuner = 0, 2327 .tuner = 0,
2328 .svhs = 2, 2328 .svhs = 2,
2329 .muxsel = { 2, 3, 1, 0 }, 2329 .muxsel = { 2, 3, 1, 0 },
2330 .tuner_type = TUNER_PHILIPS_ATSC, 2330 .tuner_type = TUNER_PHILIPS_FCV1236D,
2331 .tuner_addr = ADDR_UNSET, 2331 .tuner_addr = ADDR_UNSET,
2332 .radio_addr = ADDR_UNSET, 2332 .radio_addr = ADDR_UNSET,
2333 .has_dvb = 1, 2333 .has_dvb = 1,
@@ -2966,7 +2966,7 @@ struct tvcard bttv_tvcards[] = {
2966 [BTTV_BOARD_DVICO_FUSIONHDTV_2] = { 2966 [BTTV_BOARD_DVICO_FUSIONHDTV_2] = {
2967 .name = "DViCO FusionHDTV 2", 2967 .name = "DViCO FusionHDTV 2",
2968 .tuner = 0, 2968 .tuner = 0,
2969 .tuner_type = TUNER_PHILIPS_ATSC, /* FCV1236D */ 2969 .tuner_type = TUNER_PHILIPS_FCV1236D,
2970 .tuner_addr = ADDR_UNSET, 2970 .tuner_addr = ADDR_UNSET,
2971 .radio_addr = ADDR_UNSET, 2971 .radio_addr = ADDR_UNSET,
2972 .video_inputs = 3, 2972 .video_inputs = 3,