diff options
-rw-r--r-- | drivers/media/video/tuner-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index 26034406b372..6f153ca97492 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -250,7 +250,7 @@ static struct tunertype tuners[] = { | |||
250 | { "Ymec TVF66T5-B/DFF", Philips, PAL, | 250 | { "Ymec TVF66T5-B/DFF", Philips, PAL, |
251 | 16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623}, | 251 | 16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623}, |
252 | { "LG NTSC (TALN mini series)", LGINNOTEK, NTSC, | 252 | { "LG NTSC (TALN mini series)", LGINNOTEK, NTSC, |
253 | 16*150.00,16*425.00,0x01,0x02,0x08,0x8e,732 }, | 253 | 16*137.25,16*373.25,0x01,0x02,0x08,0x8e,732 }, |
254 | }; | 254 | }; |
255 | 255 | ||
256 | unsigned const int tuner_count = ARRAY_SIZE(tuners); | 256 | unsigned const int tuner_count = ARRAY_SIZE(tuners); |