diff options
author | HIRANO Takahito <hiranotaka@zng.info> | 2009-09-18 10:17:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:51:34 -0400 |
commit | 98293ef3e54f9f2175f11b4d14c119a2ff753d61 (patch) | |
tree | b28a29a90f74915e0b9daa376c91763b2cf9f6dc /include/linux/dvb/frontend.h | |
parent | 0030ec38ce5b50a77287a22bf88a65338da21547 (diff) |
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 'include/linux/dvb/frontend.h')
-rw-r--r-- | include/linux/dvb/frontend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 25b01c14727b..b6cb5425cde3 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -302,7 +302,9 @@ struct dvb_frontend_event { | |||
302 | 302 | ||
303 | #define DTV_ISDBT_LAYER_ENABLED 41 | 303 | #define DTV_ISDBT_LAYER_ENABLED 41 |
304 | 304 | ||
305 | #define DTV_MAX_COMMAND DTV_ISDBT_LAYER_ENABLED | 305 | #define DTV_ISDBS_TS_ID 42 |
306 | |||
307 | #define DTV_MAX_COMMAND DTV_ISDBS_TS_ID | ||
306 | 308 | ||
307 | typedef enum fe_pilot { | 309 | typedef enum fe_pilot { |
308 | PILOT_ON, | 310 | PILOT_ON, |