diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-09 21:26:32 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-11 01:35:33 +0100 |
commit | 083b6b8a234dc13121ddab7fc622574d8ab66bc4 (patch) | |
tree | 7d56f4b06295b2d16bc4f2764f4fc00106ea744c /drivers | |
parent | [media] cx231xx: fix device disconnect checks (diff) | |
download | linux-083b6b8a234dc13121ddab7fc622574d8ab66bc4.tar.xz linux-083b6b8a234dc13121ddab7fc622574d8ab66bc4.zip |
[media] tda18271-fe: Fix support for ISDB-T
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/common/tuners/tda18271-fe.c | 1 |
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) { |