V4L/DVB (9410): Bug: Missing reference clock definition
authorManu Abraham <abraham.manu@gmail.com>
Thu, 4 Oct 2007 19:52:51 +0000 (16:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:17 +0000 (17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ttpci/budget-ci.c

index e1bbab3..169acfa 100644 (file)
@@ -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)