[media] dvb: modify core to implement interfaces/entities at MC new gen
The Media Controller New Generation redefines the types for both interfaces and entities to be used on DVB. Make the needed changes at the DVB core for all interfaces, entities and data and interface links to appear in the graph. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
@ -1513,7 +1513,7 @@ static int init_channel(struct ngene_channel *chan)
|
||||
set_transfer(&chan->dev->channel[2], 1);
|
||||
dvb_register_device(adapter, &chan->ci_dev,
|
||||
&ngene_dvbdev_ci, (void *) chan,
|
||||
DVB_DEVICE_SEC);
|
||||
DVB_DEVICE_SEC, 0);
|
||||
if (!chan->ci_dev)
|
||||
goto err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user