diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 12:25:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:26 -0500 |
commit | 5ea892f156310132a1bd37c45c3ca09663cfb9fb (patch) | |
tree | cde5f3cc62c9f2ddfccfa2ad32a0a13048af2d77 | |
parent | 4abdfed5676e5ef7f2461bb76f5929068a9cc9cf (diff) |
V4L/DVB (3166): "Philips 1236D ATSC/NTSC dual in" - fix typo.
- "Philips 1236D ATSC/NTSC dual in" - fix typo.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-rw-r--r-- | Documentation/video4linux/CARDLIST.tuner | 2 | ||||
-rw-r--r-- | drivers/media/video/tuner-simple.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/video4linux/CARDLIST.tuner b/Documentation/video4linux/CARDLIST.tuner index 9d6544ea9f41..1d658a388b80 100644 --- a/Documentation/video4linux/CARDLIST.tuner +++ b/Documentation/video4linux/CARDLIST.tuner | |||
@@ -40,7 +40,7 @@ tuner=38 - Philips PAL/SECAM multi (FM1216ME MK3) | |||
40 | tuner=39 - LG NTSC (newer TAPC series) | 40 | tuner=39 - LG NTSC (newer TAPC series) |
41 | tuner=40 - HITACHI V7-J180AT | 41 | tuner=40 - HITACHI V7-J180AT |
42 | tuner=41 - Philips PAL_MK (FI1216 MK) | 42 | tuner=41 - Philips PAL_MK (FI1216 MK) |
43 | tuner=42 - Philips 1236D ATSC/NTSC daul in | 43 | tuner=42 - Philips 1236D ATSC/NTSC dual in |
44 | tuner=43 - Philips NTSC MK3 (FM1236MK3 or FM1236/F) | 44 | tuner=43 - Philips NTSC MK3 (FM1236MK3 or FM1236/F) |
45 | tuner=44 - Philips 4 in 1 (ATI TV Wonder Pro/Conexant) | 45 | tuner=44 - Philips 4 in 1 (ATI TV Wonder Pro/Conexant) |
46 | tuner=45 - Microtune 4049 FM5 | 46 | tuner=45 - Microtune 4049 FM5 |
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index 95818bfcb5c0..cabb02a610df 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -481,7 +481,7 @@ static struct tunertype tuners[] = { | |||
481 | .config = 0x8e, | 481 | .config = 0x8e, |
482 | }, | 482 | }, |
483 | [TUNER_PHILIPS_ATSC] = { /* Philips ATSC */ | 483 | [TUNER_PHILIPS_ATSC] = { /* Philips ATSC */ |
484 | .name = "Philips 1236D ATSC/NTSC daul in", | 484 | .name = "Philips 1236D ATSC/NTSC dual in", |
485 | .thresh1= 16 * 157.25 /*MHz*/, | 485 | .thresh1= 16 * 157.25 /*MHz*/, |
486 | .thresh2= 16 * 454.00 /*MHz*/, | 486 | .thresh2= 16 * 454.00 /*MHz*/, |
487 | .VHF_L = 0xa0, | 487 | .VHF_L = 0xa0, |