commit | 7a9d85d5559fff9214a3c41d441c9642805ddad3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Dec 17 04:55:26 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Dec 19 08:17:46 2013 -0200 |
tree | 10ff7fb636931448dc8adc463fb2bb8e58a9d422 | |
parent | 42ff76bdb0bfe0675da507a35d893c8aa7c7a403 [diff] |
[media] dib8000: Fix UCB measure with DVBv5 stats On dib8000, the block error count is a monotonic 32 bits register. With DVBv5 stats, we use a 64 bits counter, that it is reset when a new channel is tuned. Change the UCB counting start from 0 and to be returned with 64 bits, just like the API requests. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> Acked-by: Patrick Boettcher <pboettcher@kernellabs.com>