diff options
author | Antti Palosaari <crope@iki.fi> | 2012-08-12 21:33:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 15:01:17 -0400 |
commit | 224b6642f5e82a1b21f6b552c799fa02e527d542 (patch) | |
tree | e73e68bcaf805c4cacb44c32865dd73395504f30 /drivers/media/dvb/frontends/lgs8gxx.c | |
parent | 991452a21b76e5e1bba2fcf9c024ab69067f5656 (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.c | 2 |
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 | ||
997 | static struct dvb_frontend_ops lgs8gxx_ops = { | 997 | static 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, |