SYNOPSIS
struct dmx_frontend {
struct list_head connectivity_list;
enum dmx_frontend_source source;
};
MEMBERS
connectivity_list
- List of front-ends that can be connected to a particular demux;
source
- Type of the frontend.
FIXME
this structure should likely be replaced soon by some media-controller based logic.
COPYRIGHT