summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tda18271-fe.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-01-09 18:26:32 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-10 22:35:33 -0200
commit083b6b8a234dc13121ddab7fc622574d8ab66bc4 (patch)
tree7d56f4b06295b2d16bc4f2764f4fc00106ea744c /drivers/media/common/tuners/tda18271-fe.c
parent990862a2f024296f27460306393de8f0cdab8997 (diff)
[media] tda18271-fe: Fix support for ISDB-T
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tda18271-fe.c')
-rw-r--r--drivers/media/common/tuners/tda18271-fe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c
index d3d91ea9f1ac..2e67f4459904 100644
--- a/drivers/media/common/tuners/tda18271-fe.c
+++ b/drivers/media/common/tuners/tda18271-fe.c
@@ -946,6 +946,7 @@ static int tda18271_set_params(struct dvb_frontend *fe)
map = &std_map->atsc_6;
bw = 6000000;
break;
+ case SYS_ISDBT:
case SYS_DVBT:
case SYS_DVBT2:
if (bw <= 6000000) {