summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttv-cards.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-03-15 17:08:49 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2008-03-15 17:08:49 -0400
commitb711a5c14f67b1d8e43297ddd56fbb1f46720bc6 (patch)
tree57abacce9367bd3bcf98cce720eff131b8afde99 /linux/drivers/media/video/bt8xx/bttv-cards.c
parent3bed52b90bed30c92f1a8e5814aa11e766b44547 (diff)
downloadmediapointer-dvb-s2-b711a5c14f67b1d8e43297ddd56fbb1f46720bc6.tar.gz
mediapointer-dvb-s2-b711a5c14f67b1d8e43297ddd56fbb1f46720bc6.tar.bz2
tuner: rename TUNER_PHILIPS_ATSC to TUNER_PHILIPS_FCV1236D
From: Michael Krufky <mkrufky@linuxtv.org> 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>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv-cards.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-cards.c b/linux/drivers/media/video/bt8xx/bttv-cards.c
index 317277986..fad1133da 100644
--- a/linux/drivers/media/video/bt8xx/bttv-cards.c
+++ b/linux/drivers/media/video/bt8xx/bttv-cards.c
@@ -2366,7 +2366,7 @@ struct tvcard bttv_tvcards[] = {
.tuner = 0,
.svhs = 2,
.muxsel = { 2, 3, 1, 0 },
- .tuner_type = TUNER_PHILIPS_ATSC,
+ .tuner_type = TUNER_PHILIPS_FCV1236D,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.has_dvb = 1,
@@ -3008,7 +3008,7 @@ struct tvcard bttv_tvcards[] = {
[BTTV_BOARD_DVICO_FUSIONHDTV_2] = {
.name = "DViCO FusionHDTV 2",
.tuner = 0,
- .tuner_type = TUNER_PHILIPS_ATSC, /* FCV1236D */
+ .tuner_type = TUNER_PHILIPS_FCV1236D,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.video_inputs = 3,