From: Akihiro Tsukada <tsk...@gmail.com>

symbol-rate report was wrongly removed off by the commit:906aaf5a .

Signed-off-by: Akihiro Tsukada <tsk...@gmail.com>
---
 drivers/media/dvb-frontends/tc90522.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/dvb-frontends/tc90522.c 
b/drivers/media/dvb-frontends/tc90522.c
index a06d6f5..813f2ac 100644
--- a/drivers/media/dvb-frontends/tc90522.c
+++ b/drivers/media/dvb-frontends/tc90522.c
@@ -202,6 +202,7 @@ static int tc90522s_get_frontend(struct dvb_frontend *fe)
 
        c = &fe->dtv_property_cache;
        c->delivery_system = SYS_ISDBS;
+       c->symbol_rate = 28860000;
 
        layers = 0;
        ret = reg_read(fe, 0xe6, val, 5);
-- 
2.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to