summaryrefslogtreecommitdiffstats
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorSteven Toth2008-09-12 05:33:04 +0200
committerMauro Carvalho Chehab2008-10-12 13:37:05 +0200
commitd7c1500183bc138b634377ed90c046e722b887d8 (patch)
tree418548dea12f2d158a0222af9762720fabf4a089 /include/linux/dvb
parentV4L/DVB (9000): S2API: Cleanup code that prepares tuning structures. (diff)
downloadkernel-qcow2-linux-d7c1500183bc138b634377ed90c046e722b887d8.tar.gz
kernel-qcow2-linux-d7c1500183bc138b634377ed90c046e722b887d8.tar.xz
kernel-qcow2-linux-d7c1500183bc138b634377ed90c046e722b887d8.zip
V4L/DVB (9001): S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDX
Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r--include/linux/dvb/frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 915edd319f34..e4f211735efb 100644
--- a/include/linux/dvb/frontend.h
+++ b/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,