V4L/DVB (11857): TDA10048: Missing two I/F's / Pll combinations from the PLL table
authorSteven Toth <stoth@kernellabs.com>
Sat, 16 May 2009 17:43:51 +0000 (14:43 -0300)
committerMauro 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

index 6707832bdcab00fc26ed2344362ca38a5b0bdb22..4302c563a6b8950f6bdf045ee55a8adbbf2ea7e7 100644 (file)
@@ -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 },
 };
 
This page took 0.099946 seconds and 5 git commands to generate.