pvr2_config
enum pvr2_config active_stream_type;
enum pvr2_config desired_stream_type;
const char *pvr2_config_get_name(enum pvr2_config cfg)
int pvr2_hdw_set_stream_type(struct pvr2_hdw *hdw,enum pvr2_config config)
int pvr2_hdw_set_stream_type(struct pvr2_hdw *, enum pvr2_config);
const char *pvr2_config_get_name(enum pvr2_config);
enum pvr2_config config; /* Expected stream format */
enum pvr2_config cfg = dip->config;