Commit a95c471e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

stv0297: Fix delivery system

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 533b673b
......@@ -690,7 +690,7 @@ struct dvb_frontend *stv0297_attach(const struct stv0297_config *config,
}
static struct dvb_frontend_ops stv0297_ops = {
.delsys = { SYS_DVBC },
.delsys = { SYS_DVBC_ANNEX_A },
.info = {
.name = "ST STV0297 DVB-C",
.type = FE_QAM,
......
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