aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.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/tda9887.c
parent0a1153736f97db48e6bc9ab27e90b51ab50729c7 (diff)
downloadkernel_samsung_smdk4412-ba8fc39954bf3bc51f502e8a02f959d45edd096c.zip
kernel_samsung_smdk4412-ba8fc39954bf3bc51f502e8a02f959d45edd096c.tar.gz
kernel_samsung_smdk4412-ba8fc39954bf3bc51f502e8a02f959d45edd096c.tar.bz2
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/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 2fadabf..8dab481 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -590,8 +590,8 @@ int tda9887_tuner_init(struct i2c_client *c)
t->set_tv_freq = tda9887_set_freq;
t->set_radio_freq = tda9887_set_freq;
t->standby = tda9887_standby;
- t->tuner_status=tda9887_tuner_status;
- t->get_afc=tda9887_get_afc;
+ t->tuner_status = tda9887_tuner_status;
+ t->get_afc = tda9887_get_afc;
return 0;
}