diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 11:33:00 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 11:34:14 -0200 |
commit | a95c471eb7615762009af7a8810f56da3f28ea9f (patch) | |
tree | e3c38d96109628f41ae388d7385003dfa9ddba7e | |
parent | 533b673b193cb3412f20eac5d24119ed3d240211 (diff) | |
download | linux-3.10-a95c471eb7615762009af7a8810f56da3f28ea9f.tar.gz linux-3.10-a95c471eb7615762009af7a8810f56da3f28ea9f.tar.bz2 linux-3.10-a95c471eb7615762009af7a8810f56da3f28ea9f.zip |
stv0297: Fix delivery system
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-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 8f74762ca76..8e5bd69f2f8 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, |