aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/lgs8gxx.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-08-12 21:33:21 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 15:01:17 -0400
commit224b6642f5e82a1b21f6b552c799fa02e527d542 (patch)
treee73e68bcaf805c4cacb44c32865dd73395504f30 /drivers/media/dvb/frontends/lgs8gxx.c
parent991452a21b76e5e1bba2fcf9c024ab69067f5656 (diff)
[media] add DTMB support for DVB API
Cc: Patrick Boettcher <pboettcher@kernellabs.com> Cc: Andreas Oberritter <obi@linuxtv.org> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Acked-by: Patrick Boettcher <pboettcher@kernellabs.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/lgs8gxx.c')
-rw-r--r--drivers/media/dvb/frontends/lgs8gxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/lgs8gxx.c b/drivers/media/dvb/frontends/lgs8gxx.c
index c2ea2749ebed..3c92f36ea5c7 100644
--- a/drivers/media/dvb/frontends/lgs8gxx.c
+++ b/drivers/media/dvb/frontends/lgs8gxx.c
@@ -995,7 +995,7 @@ static int lgs8gxx_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
995} 995}
996 996
997static struct dvb_frontend_ops lgs8gxx_ops = { 997static struct dvb_frontend_ops lgs8gxx_ops = {
998 .delsys = { SYS_DMBTH }, 998 .delsys = { SYS_DTMB },
999 .info = { 999 .info = {
1000 .name = "Legend Silicon LGS8913/LGS8GXX DMB-TH", 1000 .name = "Legend Silicon LGS8913/LGS8GXX DMB-TH",
1001 .frequency_min = 474000000, 1001 .frequency_min = 474000000,