aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorAkihiro Tsukada <tskd08@gmail.com>2014-12-26 07:42:52 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-02-03 17:16:52 -0200
commite6010442128a4b7d2ef9444bd224f69096ba0308 (patch)
tree08e5f8caccf42f7333b055217233996c98a61eb6 /drivers/media/dvb-frontends
parent[media] lmedm04: add read snr, signal strength and ber call backs (diff)
downloadlinux-dev-e6010442128a4b7d2ef9444bd224f69096ba0308.tar.xz
linux-dev-e6010442128a4b7d2ef9444bd224f69096ba0308.zip
[media] dvb: tc90522: re-add symbol-rate report
symbol-rate report was wrongly removed off by the commit:906aaf5a . Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/tc90522.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/tc90522.c b/drivers/media/dvb-frontends/tc90522.c
index b35d65c9cc05..dce22ce35d20 100644
--- a/drivers/media/dvb-frontends/tc90522.c
+++ b/drivers/media/dvb-frontends/tc90522.c
@@ -214,6 +214,7 @@ static int tc90522s_get_frontend(struct dvb_frontend *fe)
state = fe->demodulator_priv;
c = &fe->dtv_property_cache;
c->delivery_system = SYS_ISDBS;
+ c->symbol_rate = 28860000;
layers = 0;
ret = reg_read(state, 0xe6, val, 5);