projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4a9e1
)
V4L/DVB (9410): Bug: Missing reference clock definition
author
Manu Abraham
<abraham.manu@gmail.com>
Thu, 4 Oct 2007 19:52:51 +0000
(16:52 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget-ci.c
b/drivers/media/dvb/ttpci/budget-ci.c
index e1bbab3dd6bab0886da33fc0f8899a055709c4c4..169acfae54d2f9b1a647f141c1d28faab771eb78 100644
(file)
--- 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)