summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMichael Krufky2006-01-09 18:25:29 +0100
committerMauro Carvalho Chehab2006-01-09 18:25:29 +0100
commit83ac8722be6d34b9bbcaabfff825d5847ce3a9d4 (patch)
tree2f5b1e111f7c988a0a5ce288e1c19e4159c31446 /drivers/media/video/cx88/cx88-cards.c
parentV4L/DVB (3193): Replace del_timer with del_timer_sync (diff)
downloadkernel-qcow2-linux-83ac8722be6d34b9bbcaabfff825d5847ce3a9d4.tar.gz
kernel-qcow2-linux-83ac8722be6d34b9bbcaabfff825d5847ce3a9d4.tar.xz
kernel-qcow2-linux-83ac8722be6d34b9bbcaabfff825d5847ce3a9d4.zip
V4L/DVB (3196): correct Thomson DTT 761x frequency ranges
- Corrected Thomson DTT 7611 tuner programming, based on spec sheet - renamed to Thomson DTT 761x - applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A (DTT 7610 is similar, but slightly different programming) - corrected frequency ranges for analog and digital modes Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index c20c07117537..85798e1fa047 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -708,7 +708,7 @@ struct cx88_board cx88_boards[] = {
},
[CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
.name = "DViCO FusionHDTV 3 Gold-T",
- .tuner_type = TUNER_THOMSON_DTT7611,
+ .tuner_type = TUNER_THOMSON_DTT761X,
.radio_type = UNSET,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,