Browse Source

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>
Manu Abraham 17 years ago
parent
commit
c14eaedd6c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/media/dvb/ttpci/budget-ci.c

+ 2 - 1
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)