commit | 6a2a1ca34ca68025df793a1bedfba658be2b1952 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Jul 05 18:59:37 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Aug 02 18:11:46 2018 -0400 |
tree | e3d1129400b09e1675f59cdf853f2b8698ebbe13 | |
parent | f1b1eabff0eb3fc46b06668de8174c0f23b271fd [diff] |
media: dvb_frontend: ensure that the step is ok for both FE and tuner The frequency step should take into account the tuner step, as, if tuner step is bigger than frontend step, the zigzag algorithm won't be doing the right thing, as it will be tuning multiple times at the same frequency. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>