Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> --- drivers/media/common/tuners/tda18271-fe.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c index d3d91ea..7e30304 100644 --- a/drivers/media/common/tuners/tda18271-fe.c +++ b/drivers/media/common/tuners/tda18271-fe.c @@ -946,6 +946,10 @@ static int tda18271_set_params(struct dvb_frontend *fe) map = &std_map->atsc_6; bw = 6000000; break; + case SYS_ISDBT: + map = &std_map->dvbt_6; + bw = 6000000; + break; case SYS_DVBT: case SYS_DVBT2: if (bw <= 6000000) { -- 1.7.7.5 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html