aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-01-15 16:50:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-16 12:55:26 -0200
commit1f64972937d84f48a8b4d16e7e0b4a5ee7904c96 (patch)
tree4344eb9882372235550d68a41c189080f5836d8b
parent[media] tda18271c2dd: Remove pointless linux/version.h include (diff)
downloadlinux-dev-1f64972937d84f48a8b4d16e7e0b4a5ee7904c96.tar.xz
linux-dev-1f64972937d84f48a8b4d16e7e0b4a5ee7904c96.zip
[media] cxd2820r: wait demod lock for DVB-C too
Fix yet another bug introduced be recent cxd2820r multi-frontend to single-frontend change. Finally, we have at least almost working picture for DVB-C too. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/dvb/frontends/cxd2820r_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/cxd2820r_core.c b/drivers/media/dvb/frontends/cxd2820r_core.c
index b789a907c3a2..372a4e700254 100644
--- a/drivers/media/dvb/frontends/cxd2820r_core.c
+++ b/drivers/media/dvb/frontends/cxd2820r_core.c
@@ -492,6 +492,7 @@ static enum dvbfe_search cxd2820r_search(struct dvb_frontend *fe)
/* frontend lock wait loop count */
switch (priv->delivery_system) {
case SYS_DVBT:
+ case SYS_DVBC_ANNEX_A:
i = 20;
break;
case SYS_DVBT2: