summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-09-11 23:33:04 -0400
committerSteven Toth <stoth@linuxtv.org>2008-09-11 23:33:04 -0400
commit68c60334487dbea91c1e89b8d5034623b1b4dbc8 (patch)
tree91daec876bbe844bafb5a235b93a265e22f94e6e /linux/include
parent31b33763bbe39a4cf92fd54b60312687aace97a1 (diff)
downloadmediapointer-dvb-s2-68c60334487dbea91c1e89b8d5034623b1b4dbc8.tar.gz
mediapointer-dvb-s2-68c60334487dbea91c1e89b8d5034623b1b4dbc8.tar.bz2
S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDX
From: Steven Toth <stoth@linuxtv.org> Priority: normal Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/dvb/frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h
index 915edd319..e4f211735 100644
--- a/linux/include/linux/dvb/frontend.h
+++ b/linux/include/linux/dvb/frontend.h
@@ -288,8 +288,8 @@ typedef enum dtv_cmd_types {
DTV_GET_DELIVERY_SYSTEM,
/* ISDB-T */
- DTV_SET_ISDB_SEGMENT_NUM,
- DTV_GET_ISDB_SEGMENT_NUM,
+ DTV_SET_ISDB_SEGMENT_IDX,
+ DTV_GET_ISDB_SEGMENT_IDX,
DTV_SET_ISDB_SEGMENT_WIDTH,
DTV_GET_ISDB_SEGMENT_WIDTH,
DTV_GET_ISDB_LAYERA_FEC,