diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-10-04 16:52:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 17:53:17 -0200 |
commit | c14eaedd6c6b2b8ef8900f2dddab382567d556f8 (patch) | |
tree | 8ff6108c85a654753d747d1313ed8e080ab45e64 /drivers/media/dvb/ttpci/budget-ci.c | |
parent | aa4a9e1ae0f499dd87cddf59d32154cba9399cc9 (diff) | |
download | kernel-crypto-c14eaedd6c6b2b8ef8900f2dddab382567d556f8.tar.gz kernel-crypto-c14eaedd6c6b2b8ef8900f2dddab382567d556f8.tar.xz kernel-crypto-c14eaedd6c6b2b8ef8900f2dddab382567d556f8.zip |
V4L/DVB (9410): Bug: Missing reference clock definition
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-ci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index e1bbab3dd6b..169acfae54d 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c @@ -1683,7 +1683,8 @@ static struct stb0899_config tt3200_config = { }; struct stb6100_config tt3200_stb6100_config = { - .tuner_address = 0x60 + .tuner_address = 0x60, + .refclock = 27000000, }; static void frontend_init(struct budget_ci *budget_ci) |