From 083b6b8a234dc13121ddab7fc622574d8ab66bc4 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 9 Jan 2012 18:26:32 -0200 Subject: [PATCH] [media] tda18271-fe: Fix support for ISDB-T Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/tuners/tda18271-fe.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.11.0