1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

add multi-stream capability announcement

This commit is contained in:
Ralph Metzler 2017-07-11 20:36:52 +02:00
parent de34e2ebbd
commit f404b3fb6d

View File

@ -1782,7 +1782,8 @@ static struct dvb_frontend_ops stv0910_ops = {
.caps = FE_CAN_INVERSION_AUTO | .caps = FE_CAN_INVERSION_AUTO |
FE_CAN_FEC_AUTO | FE_CAN_FEC_AUTO |
FE_CAN_QPSK | FE_CAN_QPSK |
FE_CAN_2G_MODULATION FE_CAN_2G_MODULATION |
FE_CAN_MULTISTREAM,
}, },
.init = init, .init = init,
.sleep = sleep, .sleep = sleep,