aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-06-25 15:34:39 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-30 15:59:32 -0300
commitba8fc39954bf3bc51f502e8a02f959d45edd096c (patch)
tree3846895bb42d759c6650e1487300296955ba2833 /drivers/media/video/tuner-core.c
parentV4L/DVB (4269): Subject: videocodec: make 1-bit fields unsigned (diff)
downloadlinux-dev-ba8fc39954bf3bc51f502e8a02f959d45edd096c.tar.xz
linux-dev-ba8fc39954bf3bc51f502e8a02f959d45edd096c.zip
V4L/DVB (4270): Add tda9887-specific tuner configuration
Many tda9887 settings depend on the chosen tuner. Expand the tuner parameters to include these tda9887 settings. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-core.c')
-rw-r--r--drivers/media/video/tuner-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c
index 011413cf34a8..7f7d5e355bb7 100644
--- a/drivers/media/video/tuner-core.c
+++ b/drivers/media/video/tuner-core.c
@@ -416,7 +416,7 @@ static void tuner_status(struct i2c_client *client)
/* ---------------------------------------------------------------------- */
-/* static var Used only in tuner_attach and tuner_probe */
+/* static vars: used only in tuner_attach and tuner_probe */
static unsigned default_mode_mask;
/* During client attach, set_type is called by adapter's attach_inform callback.