V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_S
[safe/jmp/linux-2.6] / drivers / media / dvb / dvb-core / dvb_frontend.h
index 9e46f17..810f07d 100644 (file)
@@ -355,6 +355,9 @@ struct dtv_frontend_properties {
            fe_modulation_t     modulation;
            u8                  interleaving;
        } layer[3];
+
+       /* ISDB-T specifics */
+       u32                     isdbs_ts_id;
 };
 
 struct dvb_frontend {