aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-ci.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-10-04 16:52:51 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:17 -0200
commitc14eaedd6c6b2b8ef8900f2dddab382567d556f8 (patch)
tree8ff6108c85a654753d747d1313ed8e080ab45e64 /drivers/media/dvb/ttpci/budget-ci.c
parentV4L/DVB (9409): Bug! inverted logic (diff)
downloadlinux-dev-c14eaedd6c6b2b8ef8900f2dddab382567d556f8.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c3
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 = {
};
struct stb6100_config tt3200_stb6100_config = {
- .tuner_address = 0x60
+ .tuner_address = 0x60,
+ .refclock = 27000000,
};
static void frontend_init(struct budget_ci *budget_ci)