aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorHartmut Hackmann <hartmut.hackmann@t.online.de>2005-11-08 21:36:31 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:09 -0800
commit93df3413f1b4c437b93c5b64562632f4f0e2b3ca (patch)
treec0aa2b995966f46f373ef8c493c36bad5ab626d3 /drivers/media/video/tuner-simple.c
parent[PATCH] v4l: 653: ts dma buffer synchronization was inverted (diff)
downloadlinux-dev-93df3413f1b4c437b93c5b64562632f4f0e2b3ca.tar.xz
linux-dev-93df3413f1b4c437b93c5b64562632f4f0e2b3ca.zip
[PATCH] v4l: 655: added support for the philips td1316 tuner
- Added support for the Philips TD1316 tuner Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r--drivers/media/video/tuner-simple.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c
index 0ae39be3ca56..3af055970dd2 100644
--- a/drivers/media/video/tuner-simple.c
+++ b/drivers/media/video/tuner-simple.c
@@ -248,6 +248,8 @@ static struct tunertype tuners[] = {
16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623},
{ "LG NTSC (TALN mini series)", LGINNOTEK, NTSC,
16*137.25,16*373.25,0x01,0x02,0x08,0x8e,732 },
+ { "Philips TD1316 Hybrid Tuner", Philips, PAL,
+ 16*160.00,16*442.00,0xa1,0xa2,0xa4,0xc8,623 },
};
unsigned const int tuner_count = ARRAY_SIZE(tuners);