Commit 083b6b8a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] tda18271-fe: Fix support for ISDB-T

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 990862a2
...@@ -946,6 +946,7 @@ static int tda18271_set_params(struct dvb_frontend *fe) ...@@ -946,6 +946,7 @@ static int tda18271_set_params(struct dvb_frontend *fe)
map = &std_map->atsc_6; map = &std_map->atsc_6;
bw = 6000000; bw = 6000000;
break; break;
case SYS_ISDBT:
case SYS_DVBT: case SYS_DVBT:
case SYS_DVBT2: case SYS_DVBT2:
if (bw <= 6000000) { if (bw <= 6000000) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment