aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
authorHIRANO Takahito <hiranotaka@zng.info>2009-09-18 11:17:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:51:34 -0300
commit98293ef3e54f9f2175f11b4d14c119a2ff753d61 (patch)
treeb28a29a90f74915e0b9daa376c91763b2cf9f6dc /drivers/media/dvb/dvb-core/dvb_frontend.h
parentV4L/DVB(12993b): gl860: Prevent a potential risk of zeroing a floating pointer (diff)
downloadlinux-dev-98293ef3e54f9f2175f11b4d14c119a2ff753d61.tar.xz
linux-dev-98293ef3e54f9f2175f11b4d14c119a2ff753d61.zip
V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_S
In ISDB-S, time-devision duplex is used to multiplexing several waves in the same frequency. Each wave is identified by its own transport stream ID, or TS ID. We need to provide some way to specify this ID from user applications to handle ISDB-S frontends. This code has been tested with the Earthsoft PT1 driver. [mchehab@infradead.org: Fix merge conflicts with isdbt and rename the new parameter to DTV_ISDBS_TS_ID] Signed-off-by: HIRANO Takahito <hiranotaka@zng.info> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h
index 9e46f1772c54..810f07d63246 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.h
@@ -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 {