Skip to content

Commit

Permalink
[media] CXD2820r: Query DVB frontend delivery capabilities
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 30, 2011
1 parent 1ca8dde commit 14c0386
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 441 deletions.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/cxd2820r_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 14c0386

Please sign in to comment.