aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-06 21:01:47 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 10:28:12 -0400
commitef526f4246f566370218bb6e639f7549244ca5a2 (patch)
treef9f4fd541cbfdfdafccc9f9e6197f1b0bb33e1ba /include/linux/dvb/frontend.h
parentb87625f0ccbbc67efba356e73502fa9bbb784b1c (diff)
V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY
A user tuning DVB-T via the S2API reports that this was not implemented, and his tuning was failing. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r--include/linux/dvb/frontend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 5578fba208f4..e185627219e3 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -273,8 +273,9 @@ struct dvb_frontend_event {
273#define DTV_CODE_RATE_LP 37 273#define DTV_CODE_RATE_LP 37
274#define DTV_GUARD_INTERVAL 38 274#define DTV_GUARD_INTERVAL 38
275#define DTV_TRANSMISSION_MODE 39 275#define DTV_TRANSMISSION_MODE 39
276#define DTV_HIERARCHY 40
276 277
277#define DTV_MAX_COMMAND DTV_TRANSMISSION_MODE 278#define DTV_MAX_COMMAND DTV_HIERARCHY
278 279
279typedef enum fe_pilot { 280typedef enum fe_pilot {
280 PILOT_ON, 281 PILOT_ON,