diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-10-04 15:52:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:17 -0500 |
commit | c14eaedd6c6b2b8ef8900f2dddab382567d556f8 (patch) | |
tree | 8ff6108c85a654753d747d1313ed8e080ab45e64 /drivers/media/dvb | |
parent | aa4a9e1ae0f499dd87cddf59d32154cba9399cc9 (diff) |
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')
-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 e1bbab3dd6ba..169acfae54d2 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 = { | |||
1683 | }; | 1683 | }; |
1684 | 1684 | ||
1685 | struct stb6100_config tt3200_stb6100_config = { | 1685 | struct stb6100_config tt3200_stb6100_config = { |
1686 | .tuner_address = 0x60 | 1686 | .tuner_address = 0x60, |
1687 | .refclock = 27000000, | ||
1687 | }; | 1688 | }; |
1688 | 1689 | ||
1689 | static void frontend_init(struct budget_ci *budget_ci) | 1690 | static void frontend_init(struct budget_ci *budget_ci) |