summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-27 08:25:33 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 10:23:40 -0200
commit63aad05b8d27f4e62227061f7e4ecc7041b92f58 (patch)
tree363ff3e5a365a9f98871b50217ffb246008c7e68 /drivers/media/dvb/frontends
parent8de8594a79ae43b08d115c94f09373f6c673f202 (diff)
downloadop-kernel-dev-63aad05b8d27f4e62227061f7e4ecc7041b92f58.zip
op-kernel-dev-63aad05b8d27f4e62227061f7e4ecc7041b92f58.tar.gz
[media] s921: Properly report the delivery system
Before this patch, a query for the delivery systems were returned SYS_UNDEFINED. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/s921.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/s921.c b/drivers/media/dvb/frontends/s921.c
index 2e15f92..7652d3f 100644
--- a/drivers/media/dvb/frontends/s921.c
+++ b/drivers/media/dvb/frontends/s921.c
@@ -440,6 +440,7 @@ static int s921_get_frontend(struct dvb_frontend *fe,
/* FIXME: Probably it is possible to get it from regs f1 and f2 */
p->frequency = state->currentfreq;
+ p->delivery_system = SYS_ISDBT;
return 0;
}
OpenPOWER on IntegriCloud