Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Akihiro Tsukada and committed by
Mauro Carvalho Chehab
e6010442 87169013

+1
+1
drivers/media/dvb-frontends/tc90522.c
··· 214 214 state = fe->demodulator_priv; 215 215 c = &fe->dtv_property_cache; 216 216 c->delivery_system = SYS_ISDBS; 217 + c->symbol_rate = 28860000; 217 218 218 219 layers = 0; 219 220 ret = reg_read(state, 0xe6, val, 5);