diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-06-25 15:34:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-30 15:59:32 -0300 |
commit | ba8fc39954bf3bc51f502e8a02f959d45edd096c (patch) | |
tree | 3846895bb42d759c6650e1487300296955ba2833 /drivers/media/video/tuner-core.c | |
parent | 0a1153736f97db48e6bc9ab27e90b51ab50729c7 (diff) | |
download | linux-ba8fc39954bf3bc51f502e8a02f959d45edd096c.tar.gz linux-ba8fc39954bf3bc51f502e8a02f959d45edd096c.tar.xz |
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.c | 2 |
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. |