]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
[media] tda18271-fe: Fix support for ISDB-T
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Jan 2012 20:26:32 +0000 (18:26 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 11 Jan 2012 00:35:33 +0000 (22:35 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tda18271-fe.c

index d3d91ea9f1ac0e12f37c03bfe5c4a8b8be1f6ac8..2e67f44599045e175ba6f0881bbb56bb6c11c578 100644 (file)
@@ -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) {