mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 22:24:04 +08:00
media: si2157: add support for ISDB-T and DTMB
Those two delivery systems are supported by some of the si2146 tuners, but the current code is missing the setup for those. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
805d5a0896
commit
6446a22a16
@ -483,6 +483,12 @@ static int si2157_set_params(struct dvb_frontend *fe)
|
||||
case SYS_DVBC_ANNEX_A:
|
||||
delivery_system = 0x30;
|
||||
break;
|
||||
case SYS_ISDBT:
|
||||
delivery_system = 0x40;
|
||||
break;
|
||||
case SYS_DTMB:
|
||||
delivery_system = 0x60;
|
||||
break;
|
||||
default:
|
||||
ret = -EINVAL;
|
||||
goto err;
|
||||
|
Loading…
Reference in New Issue
Block a user