aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-01-09 15:26:32 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-10 19:35:33 -0500
commit083b6b8a234dc13121ddab7fc622574d8ab66bc4 (patch)
tree7d56f4b06295b2d16bc4f2764f4fc00106ea744c /drivers/media
parent990862a2f024296f27460306393de8f0cdab8997 (diff)
[media] tda18271-fe: Fix support for ISDB-T
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-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)
946 map = &std_map->atsc_6; 946 map = &std_map->atsc_6;
947 bw = 6000000; 947 bw = 6000000;
948 break; 948 break;
949 case SYS_ISDBT:
949 case SYS_DVBT: 950 case SYS_DVBT:
950 case SYS_DVBT2: 951 case SYS_DVBT2:
951 if (bw <= 6000000) { 952 if (bw <= 6000000) {