From f404b3fb6d028bdcae0f20bd7a0804da56ce407b Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Tue, 11 Jul 2017 20:36:52 +0200 Subject: [PATCH] add multi-stream capability announcement --- frontends/stv0910.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontends/stv0910.c b/frontends/stv0910.c index 403aeaa..76674e3 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -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,