summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky2009-06-19 21:21:37 +0200
committerMauro Carvalho Chehab2009-06-23 08:14:56 +0200
commit9d68fc0ad40b852470026ee58a07e1d662571d04 (patch)
tree66471d3aca7bed1c29b9bd480bee96768129033e /drivers/media
parentV4L/DVB (12112): cx231xx: fix uninitialized variable. (diff)
downloadkernel-qcow2-linux-9d68fc0ad40b852470026ee58a07e1d662571d04.tar.gz
kernel-qcow2-linux-9d68fc0ad40b852470026ee58a07e1d662571d04.tar.xz
kernel-qcow2-linux-9d68fc0ad40b852470026ee58a07e1d662571d04.zip
V4L/DVB (12115): tda10048: add missing entry to pll_tab for 3.8 MHz IF
Thanks for Terry Wu for pointing out the missing entry. Cc: Terry Wu <terrywu2009@gmail.com> Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/frontends/tda10048.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda10048.c b/drivers/media/dvb/frontends/tda10048.c
index 4302c563a6b8..cc8862ce4aae 100644
--- a/drivers/media/dvb/frontends/tda10048.c
+++ b/drivers/media/dvb/frontends/tda10048.c
@@ -210,6 +210,7 @@ static struct pll_tab {
{ TDA10048_CLK_4000, TDA10048_IF_36130, 10, 0, 0 },
{ TDA10048_CLK_16000, TDA10048_IF_3300, 10, 3, 0 },
{ TDA10048_CLK_16000, TDA10048_IF_3500, 10, 3, 0 },
+ { TDA10048_CLK_16000, TDA10048_IF_3800, 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 },