]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb_frontend: Simplify the emulation logic
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 18 Mar 2013 18:25:37 +0000 (15:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 18 Mar 2013 23:33:03 +0000 (20:33 -0300)
commit2fe065bb6d0c6c85b04a80d72e2ead491eb94a57
tree652a6489f4c05970cfe2c329e4c1de5ae8c0ced1
parent35f99cecd70efb8dd4ef998825307418a34ebf3a
[media] dvb_frontend: Simplify the emulation logic

The current logic was broken and too complex; while it works
fine for DVB-S2/DVB-S, it is broken for ISDB-T.
Make the logic simpler, fixes it for ISDB-T and make it clearer.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-core/dvb_frontend.c