dvb_create_media_graph — Creates media graph for the Digital TV part of the device.
int dvb_create_media_graph ( | struct dvb_adapter * adap, |
bool create_rf_connector) ; |
adap
pointer to struct dvb_adapter
create_rf_connector
if true, it creates the RF connector too
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.