SYNOPSIS
- int dvb_create_media_graph(struct dvb_adapter * adap, bool create_rf_connector);
ARGUMENTS
adap
-
- pointer to struct dvb_adapter
create_rf_connector
- if true, it creates the RF connector too
DESCRIPTION
This function checks all DVB-related functions at the media controller entities and creates the needed links for the media graph. It is capable of working with multiple tuners or multiple frontends, but it won't create links if the device has multiple tuners and multiple frontends or if the device has multiple muxes. In such case, the caller driver should manually create the remaining links.
COPYRIGHT