diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-23 21:21:26 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-23 21:21:26 -0400 |
commit | b5c6a451c061b83cfe6f69eb794646879afd7025 (patch) | |
tree | 9b7b5a5b90289f42af3090ed01b8d32f3fc66173 /linux/include | |
parent | e9b19e302a71575b6169c42f354cc5a9f98c5570 (diff) | |
download | mediapointer-dvb-s2-b5c6a451c061b83cfe6f69eb794646879afd7025.tar.gz mediapointer-dvb-s2-b5c6a451c061b83cfe6f69eb794646879afd7025.tar.bz2 |
S2API: Deactivate the ISDB-T definitions
From: Steven Toth <stoth@linuxtv.org>
We don't want to push the ISDB-T definitions into the kernel until
we have a high level of confidence in the ISDB-T API. More testing
is required before this code is released.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index 71f25f5bf..6793deada 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -280,7 +280,7 @@ typedef enum dtv_cmd_types { /* New commands are always appended */ DTV_DELIVERY_SYSTEM, - +#if 0 /* ISDB */ /* maybe a dup of DTV_ISDB_SOUND_BROADCASTING_SUBCHANNEL_ID ??? */ DTV_ISDB_SEGMENT_IDX, @@ -309,7 +309,7 @@ typedef enum dtv_cmd_types { DTV_ISDB_LAYERC_MODULATION, DTV_ISDB_LAYERC_SEGMENT_WIDTH, DTV_ISDB_LAYERC_TIME_INTERLEAVING, - +#endif } dtv_cmd_types_t; typedef enum fe_pilot { |