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:
08b8358
)
V4L/DVB (11857): TDA10048: Missing two I/F's / Pll combinations from the PLL table
author
Steven Toth
<stoth@kernellabs.com>
Sat, 16 May 2009 17:43:51 +0000
(14:43 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:13 +0000
(18:21 -0300)
This was causing a lock failure in Australia.
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/tda10048.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/tda10048.c
b/drivers/media/dvb/frontends/tda10048.c
index 6707832bdcab00fc26ed2344362ca38a5b0bdb22..4302c563a6b8950f6bdf045ee55a8adbbf2ea7e7 100644
(file)
--- a/
drivers/media/dvb/frontends/tda10048.c
+++ b/
drivers/media/dvb/frontends/tda10048.c
@@
-208,8
+208,10
@@
static struct pll_tab {
u8 m, n, p;
} pll_tab[] = {
{ TDA10048_CLK_4000, TDA10048_IF_36130, 10, 0, 0 },
- { TDA10048_CLK_16000, TDA10048_IF_4300, 10, 3, 0 },
+ { TDA10048_CLK_16000, TDA10048_IF_3300, 10, 3, 0 },
+ { TDA10048_CLK_16000, TDA10048_IF_3500, 10, 3, 0 },
{ TDA10048_CLK_16000, TDA10048_IF_4000, 10, 3, 0 },
+ { TDA10048_CLK_16000, TDA10048_IF_4300, 10, 3, 0 },
{ TDA10048_CLK_16000, TDA10048_IF_36130, 10, 3, 0 },
};