Skip to content

Commit

Permalink
[media] dvb: tc90522: re-add symbol-rate report
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Akihiro Tsukada authored and Mauro Carvalho Chehab committed Feb 3, 2015
1 parent 8716901 commit e601044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb-frontends/tc90522.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e601044

Please sign in to comment.