add multi-stream capability announcement

This commit is contained in:
Ralph Metzler 2017-07-11 20:36:52 +02:00
parent de34e2ebbd
commit f404b3fb6d
1 changed files with 2 additions and 1 deletions

View File

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