diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2011-11-24 15:59:53 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-30 18:50:29 +0100 |
commit | 14c038627e275f7ccec4761350783340a7c1ae2b (patch) | |
tree | 32446599e6c9d68b5004d3d2a55f5906c9c3ce74 /drivers/media/dvb/frontends/cxd2820r_c.c | |
parent | [media] tda18271c2dd: fix support for DVB-C (diff) | |
download | linux-14c038627e275f7ccec4761350783340a7c1ae2b.tar.xz linux-14c038627e275f7ccec4761350783340a7c1ae2b.zip |
[media] CXD2820r: Query DVB frontend delivery capabilities
Override default delivery system information provided by FE_GET_INFO,
so that applications can enumerate delivery systems provided by the
frontend.
Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
Acked-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/cxd2820r_c.c')
-rw-r--r-- | drivers/media/dvb/frontends/cxd2820r_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cxd2820r_c.c b/drivers/media/dvb/frontends/cxd2820r_c.c index c4128773f2ee..9847d3511017 100644 --- a/drivers/media/dvb/frontends/cxd2820r_c.c +++ b/drivers/media/dvb/frontends/cxd2820r_c.c @@ -22,7 +22,7 @@ #include "cxd2820r_priv.h" int cxd2820r_set_frontend_c(struct dvb_frontend *fe, - struct dvb_frontend_parameters *params) + struct dvb_frontend_parameters *params) { struct cxd2820r_priv *priv = fe->demodulator_priv; struct dtv_frontend_properties *c = &fe->dtv_property_cache; |