[media] dvb_dummy_fe: convert set_fontend to use DVBv5 parameters
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 13:10:42 +0000 (10:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 11:17:58 +0000 (09:17 -0200)
commitd53b5102e3bb4a20ad63fbf16ff1638ea42d648d
tree0d5cad4a07d687ace46c59190291d9535aa3b1fa
parent9fe33018241c746d08139eeecdde3771cd2b96bd
[media] dvb_dummy_fe: convert set_fontend to use DVBv5 parameters

Instead of using dvb_frontend_parameters struct, that were
designed for a subset of the supported standards, use the DVBv5
cache information.

Also, fill the supported delivery systems at dvb_frontend_ops
struct.

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