diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 14:33:00 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 14:34:14 +0100 |
commit | a95c471eb7615762009af7a8810f56da3f28ea9f (patch) | |
tree | e3c38d96109628f41ae388d7385003dfa9ddba7e /drivers/media/dvb/frontends/stv0297.c | |
parent | [media] dvb: Add ops.delsys to the remaining frontends (diff) | |
download | linux-a95c471eb7615762009af7a8810f56da3f28ea9f.tar.xz linux-a95c471eb7615762009af7a8810f56da3f28ea9f.zip |
stv0297: Fix delivery system
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0297.c')
-rw-r--r-- | drivers/media/dvb/frontends/stv0297.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c index 8f74762ca76f..8e5bd69f2f80 100644 --- a/drivers/media/dvb/frontends/stv0297.c +++ b/drivers/media/dvb/frontends/stv0297.c @@ -690,7 +690,7 @@ error: } static struct dvb_frontend_ops stv0297_ops = { - .delsys = { SYS_DVBC }, + .delsys = { SYS_DVBC_ANNEX_A }, .info = { .name = "ST STV0297 DVB-C", .type = FE_QAM, |