Commit ed5452a2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] drxk: 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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9f97c288
This diff is collapsed.
......@@ -197,7 +197,7 @@ struct DRXKOfdmScCmd_t {
struct drxk_state {
struct dvb_frontend c_frontend;
struct dvb_frontend t_frontend;
struct dvb_frontend_parameters param;
struct dtv_frontend_properties props;
struct device *dev;
struct i2c_adapter *i2c;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment